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

Commit 105a3fdf authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flag: Add improve_create_connection_for_already_connecting_device

Bug: 356593752
Bug: 315241296
Test: mmm packages/modules/Bluetooth

Change-Id: Ib620e100cf91beeb169718d4b2d9bbaf571175e6
parent fb0d6932
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,3 +14,14 @@ flag {
    description: "Guard the le shim connection map with a mutex"
    bug: "302054609"
}

flag {
    name: "improve_create_connection_for_already_connecting_device"
    namespace: "bluetooth"
    description: "Make sure to not stop controller with create connection cancel when not needed"
    bug: "356593752"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}