blob: 39e681be16879b12b25dd6da2cda6783797b8ecb (
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
|
package: "com.android.bluetooth.flags"
container: "com.android.bt"
flag {
name: "adapter_suspend_mgmt"
namespace: "bluetooth"
description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
bug: "366432079"
}
flag {
name: "call_bluetooth_ready_before_profiles_start"
namespace: "bluetooth"
description: "Initiates the adapter properties before starting profiles"
bug: "405437771"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "empty_names_are_invalid"
namespace: "bluetooth"
description: "Make sure the names used in the stack are valid"
bug: "395178934"
metadata {
purpose: PURPOSE_BUGFIX
}
}
|