blob: df53931078df60d0a660c90b0e6235ddf9b72c14 [file] [log] [blame]
Archie Pusakaeb33bda2023-12-18 14:12:20 +08001package: "com.android.bluetooth.flags"
Oriol Prieto Gasco8bb65bb2024-02-03 02:39:07 +00002container: "com.android.btservices"
Archie Pusakaeb33bda2023-12-18 14:12:20 +08003
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}
Pomai Ahloc48bfb22024-06-04 15:52:11 -070010
11flag {
Pomai Ahlo2b8c0612024-06-27 15:18:11 -070012 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}
Hsin-chen Chuangbe15bf22024-07-03 11:23:33 +080020
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}
Pomai Ahloeca2c8e2024-10-11 11:07:04 -070030
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}
Hsin-chen Chuang38cd0072024-10-02 20:07:38 +080040
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}