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

Commit a6fd234a authored by Omair Kamil's avatar Omair Kamil
Browse files

Flag: Add ble_context_map_remove_fix

Bug: 329154715
Bug: 329131985
Bug: 315241296
Test: m Bluetooth | no test needed when adding flag
Change-Id: Ib7c3cb9733e47eb7dc2d7d90c8e239c7536ba3e4
parent a6a69c2d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -119,3 +119,13 @@ flag {
    description: "Reimplement BLE scan and advertisement metrics logging."
    bug: "328303508"
}

flag {
    name: "ble_context_map_remove_fix"
    namespace: "bluetooth"
    description: "Fix connection removal logic in ContextMap class"
    bug: "329154715"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}