Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 961e3689 authored by Archie Pusaka's avatar Archie Pusaka
Browse files

flags: add rnr_store_device_type

To be used with aosp/3057388

Bug: 337179433
Bug: 315241296
Test: m -j

Change-Id: I9f40fb3e25f9d58ba2245e963939b795effe5fc8
parent d89102b9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,3 +21,13 @@ flag {
    description: "Clear rnr in-progress-state when rnr_cancel called"
    bug: "333094503"
}

flag {
    name: "rnr_store_device_type"
    namespace: "bluetooth"
    description: "Store BREDR/LE when issuing RNR so we can cancel the correct type"
    bug: "337179433"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}