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

Commit 86ecc01d authored by Myles Watson's avatar Myles Watson
Browse files

Add a flag for unified_connection_manager

Bug: 349469413
Bug: 315241296
Test: mma -j32
Change-Id: I45416252aed4f8ecc15b5d254ec64c2a32dc3456
parent 9555ca2e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ aconfig_declarations {
        "gap.aconfig",
        "hal.aconfig",
        "hap.aconfig",
        "hci.aconfig",
        "hfp.aconfig",
        "hid.aconfig",
        "l2cap.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ aconfig("bluetooth_flags_c_lib") {
    "gap.aconfig",
    "hal.aconfig",
    "hap.aconfig",
    "hci.aconfig",
    "hfp.aconfig",
    "hid.aconfig",
    "l2cap.aconfig",

flags/hci.aconfig

0 → 100644
+12 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "unified_connection_manager"
    namespace: "bluetooth"
    description: "Manage connections centrally and remove the ACL shim layer"
    bug: "349469413"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}