blob: f355113fe0e0b77e66028aa29ccbe0949fa5c07a [file] [log] [blame]
William Escande144c8fa2024-10-02 17:36:28 -07001package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
William Escandeeb3ad022024-10-10 18:24:40 -07005 name: "adapter_properties_looper"
6 namespace: "bluetooth"
7 description: "Manage AdapterProperties threading to not conflict with main looper and handle callback from native properly"
8 metadata {
9 purpose: PURPOSE_BUGFIX
10 }
11 bug: "372777933"
12}
13
14flag {
William Escande144c8fa2024-10-02 17:36:28 -070015 name: "adapter_suspend_mgmt"
16 namespace: "bluetooth"
17 description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
18 bug: "366432079"
19}