1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "ignore_bond_type_for_le"
6    namespace: "bluetooth"
7    description: "Bond type is not applicable for LE SMP pairing"
8    bug: "319695663"
9}
10
11flag {
12    name: "reset_pairing_only_for_related_service_discovery"
13    namespace: "bluetooth"
14    description: "Don't reset the pairing state if service discovery concludes for a different device"
15    bug: "321996502"
16}
17
18flag {
19    name: "force_bredr_for_sdp_retry"
20    namespace: "bluetooth"
21    description: "Force BR/EDR transport for retrying SDP service discovery"
22    bug: "326656580"
23}
24
25flag {
26    name: "do_not_replace_existing_cod_with_uncategorized_cod"
27    namespace: "bluetooth"
28    description: "Don't replace an existing stored class of device with one determined to be uncategorized"
29    bug: "335909751"
30    metadata {
31        purpose: PURPOSE_BUGFIX
32    }
33}
34
35flag {
36    name: "read_model_num_fix"
37    namespace: "bluetooth"
38    description: "Read model number for all devices, including ones bonded through Fast Pair"
39    bug: "337087330"
40    metadata {
41        purpose: PURPOSE_BUGFIX
42    }
43}
44
45flag {
46    name: "bond_transport_after_bond_cancel_fix"
47    namespace: "bluetooth"
48    description: "Fix bad transport used for bonding, when the bonding process is restarted"
49    bug: "344574871"
50    metadata {
51        purpose: PURPOSE_BUGFIX
52    }
53}
54