summaryrefslogtreecommitdiff
path: root/flags/adapter.aconfig
blob: 019572393254f507ec49c42e1bc5d363fbaf16d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: "empty_names_are_invalid"
    namespace: "bluetooth"
    description: "Make sure the names used in the stack are valid"
    bug: "395178934"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}