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

Commit 34f8602a authored by Archie Pusaka's avatar Archie Pusaka Committed by Gerrit Code Review
Browse files

Merge "flags: add rnr_store_device_type" into main

parents 8c884637 961e3689
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
    }
}