1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
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
14flag {
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}
20