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

Commit b22e0087 authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag for using LE as default GATT transport

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.default_gatt_transport
Bug: 376276742
Bug: 315241296

Change-Id: Ide5c93935d1802c470868e0dc854421737df7bff
parent 69bd11a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ aconfig_declarations {
        "dis.aconfig",
        "framework.aconfig",
        "gap.aconfig",
        "gatt.aconfig",
        "hal.aconfig",
        "hap.aconfig",
        "hci.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ aconfig("bluetooth_flags_c_lib") {
    "dis.aconfig",
    "framework.aconfig",
    "gap.aconfig",
    "gatt.aconfig",
    "hal.aconfig",
    "hap.aconfig",
    "hci.aconfig",

flags/gatt.aconfig

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

flag {
    name: "default_gatt_transport"
    namespace: "bluetooth"
    description: "Use LE as the default transport for GATT connections"
    bug: "376276742"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}