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

Commit 2e429f2d authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to read LE appearance for new devices

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.read_le_appearance
Bug: 362367900
Bug: 315241296
Change-Id: Ia8a16bd3fc058c79c23016418c364d5a353f5026
parent f441460b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -137,3 +137,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "read_le_appearance"
    namespace: "bluetooth"
    description: "Read GATT Appearance characteristic on new LE connections"
    bug: "362367900"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}