1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "key_missing_classic_device"
6    namespace: "bluetooth"
7    description: "Key missing broadcast for Classic devices"
8    bug: "333634398"
9}
10
11flag {
12    name: "key_missing_as_ordered_broadcast"
13    namespace: "bluetooth"
14    description: "Key missing broadcast would be send as ordered broadcast"
15    bug: "333634398"
16}
17
18flag {
19    name: "correct_bond_type_of_loaded_devices"
20    namespace: "bluetooth"
21    description: "Mark the bond type of loaded device as persistent"
22    bug: "319530790"
23}
24
25flag {
26    name: "bluffs_mitigation"
27    namespace: "bluetooth"
28    description: "Cache security values to mitigate BLUFFS"
29    bug: "314331379"
30}
31
32flag {
33    name: "fix_pairing_failure_reason_from_remote"
34    namespace: "bluetooth"
35    description: "Correct the pairing failure reason reported from remote"
36    bug: "320745565"
37}
38
39flag {
40    name: "fix_le_oob_pairing_bypass"
41    namespace: "bluetooth"
42    description: "Fix oob bypassing bug in SMP"
43    bug: "321271585"
44}
45
46flag {
47    name: "fix_le_pairing_passkey_entry_bypass"
48    namespace: "bluetooth"
49    description: "Fix the passkey entry bypassing bug in SMP"
50    bug: "321300737"
51}
52
53flag {
54  name: "bta_av_setconfig_rej_type_confusion"
55  namespace: "bluetooth"
56  description: "Use stream control block for bta_av_setconfig_rej instead of a possibly incorrect union type"
57  bug: "341754333"
58  metadata {
59    purpose: PURPOSE_BUGFIX
60  }
61}
62
63