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

Commit f41292f4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "flag: Add improve_create_connection_for_already_connecting_device" into...

Merge "flag: Add improve_create_connection_for_already_connecting_device" into main am: 80377ebe am: 257189f0

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3203034



Change-Id: If794ad8ed5420d3802032fc919f53a6cf07dfc77
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ee5b5bda 257189f0
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
    }
}