• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "enable_ble_while_disabling_airplane"
6    namespace: "bluetooth"
7    description: "Fix a race between enabling and handling airplane event"
8    bug: "402563502"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "kill_instead_of_exit"
16    namespace: "bluetooth"
17    description: "There is no value in pretending we are exiting properly. This is a kill and we should express it this way when finishing the process"
18    metadata {
19        purpose: PURPOSE_BUGFIX
20    }
21    bug: "339553092"
22}
23
24flag {
25    name: "system_server_messenger"
26    namespace: "bluetooth"
27    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
28    bug: "321804999"
29}
30
31flag {
32    name: "system_server_remove_extra_thread_jump"
33    namespace: "bluetooth"
34    description: "Methods are unnecessarily re-posting on the system server thread"
35    bug: "402209603"
36    metadata {
37        purpose: PURPOSE_BUGFIX
38    }
39}
40