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