1package: "com.android.bluetooth.flags"
2container: "com.android.btservices"
3
4flag {
5    name: "rfcomm_always_use_mitm"
6    namespace: "bluetooth"
7    description: "Use MITM initially to avoid abrupt peer disconnection b/312840315"
8    bug: "316824288"
9}
10
11flag {
12    name: "rfcomm_prevent_unnecessary_collisions"
13    namespace: "bluetooth"
14    description: "Restrict collision handling to exclude unrelated connections"
15    bug: "349892756"
16    metadata {
17        purpose: PURPOSE_BUGFIX
18    }
19}
20
21flag {
22    name: "rfcomm_always_disc_initiator_in_disc_wait_ua"
23    namespace: "bluetooth"
24    description: "Always be the DISC initiator in the DISC_WAIT_UA state to avoid unnecessary hang"
25    bug: "350839022"
26    metadata {
27        purpose: PURPOSE_BUGFIX
28    }
29}
30
31flag {
32    name: "allow_free_last_scn"
33    namespace: "bluetooth"
34    description: "Allow SCN 30 to be freed"
35    bug: "372923869"
36    metadata {
37        purpose: PURPOSE_BUGFIX
38    }
39}
40
41flag {
42    name: "rfcomm_cancel_ongoing_sdp_on_close"
43    namespace: "bluetooth"
44    description: "Make sure the ongoing SDP is cleaned up when the socket is closed"
45    bug: "370916753"
46    metadata {
47        purpose: PURPOSE_BUGFIX
48    }
49}
50