1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "bta_dm_defer_device_discovery_state_change_until_rnr_complete"
6    namespace: "bluetooth"
7    description: "Fix double-sending device discovery state change when canceling RNR"
8    bug: "321170442"
9}
10
11flag {
12    name: "bt_system_context_report"
13    namespace: "bluetooth"
14    description: "Report Bluetooth system context through bta_ble_energy_info_cmpl"
15    bug: "323083457"
16}
17
18flag {
19    name: "bta_dm_discover_both"
20    namespace: "bluetooth"
21    description: "perform both LE and Classic service discovery simulteanously on capable devices"
22    bug: "339217881"
23}
24
25flag {
26    name: "cancel_open_discovery_client"
27    namespace: "bluetooth"
28    description: "Cancel connection from discovery client correctly"
29    bug: "356168480"
30    metadata {
31        purpose: PURPOSE_BUGFIX
32    }
33}
34
35flag {
36    name: "fix_le_evt_cancelling_sdp_discovery"
37    namespace: "bluetooth"
38    description: "Fix LE service discovery cancelling SDP discovery"
39    bug: "360936118"
40    metadata {
41        purpose: PURPOSE_BUGFIX
42    }
43}
44