• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "default_gatt_transport"
6    namespace: "bluetooth"
7    description: "Use LE as the default transport for GATT connections"
8    bug: "376276742"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "le_subrate_api"
16    namespace: "bluetooth"
17    description: "New API to control LE subrate parameters"
18    bug: "384794418"
19    is_exported: true
20}
21
22flag {
23    name: "advertise_thread"
24    namespace: "bluetooth"
25    description: "Run all advertise functions on a single thread"
26    bug: "391508617"
27    metadata {
28        purpose: PURPOSE_BUGFIX
29    }
30}
31
32