William Escande | 144c8fa | 2024-10-02 17:36:28 -0700 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
| 2 | container: "com.android.btservices" |
| 3 | |
| 4 | flag { |
William Escande | eb3ad02 | 2024-10-10 18:24:40 -0700 | [diff] [blame] | 5 | 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 | |
| 14 | flag { |
William Escande | 144c8fa | 2024-10-02 17:36:28 -0700 | [diff] [blame] | 15 | 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 | } |