1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "bond_transport_after_bond_cancel_fix"
6    namespace: "bluetooth"
7    description: "Fix bad transport used for bonding, when the bonding process is restarted"
8    bug: "344574871"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "ignore_unrelated_cancel_bond"
16    namespace: "bluetooth"
17    description: "Accept the cancelBond request only for the currently pairing device"
18    bug: "366150975"
19    metadata {
20        purpose: PURPOSE_BUGFIX
21    }
22}
23