• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "adapter_suspend_mgmt"
6    namespace: "bluetooth"
7    description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
8    bug: "366432079"
9}
10
11flag {
12    name: "call_bluetooth_ready_before_profiles_start"
13    namespace: "bluetooth"
14    description: "Initiates the adapter properties before starting profiles"
15    bug: "405437771"
16    metadata {
17        purpose: PURPOSE_BUGFIX
18    }
19}
20
21flag {
22    name: "empty_names_are_invalid"
23    namespace: "bluetooth"
24    description: "Make sure the names used in the stack are valid"
25    bug: "395178934"
26    metadata {
27        purpose: PURPOSE_BUGFIX
28    }
29}
30