• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "rfcomm_always_disc_initiator_in_disc_wait_ua"
6    namespace: "bluetooth"
7    description: "Always be the DISC initiator in the DISC_WAIT_UA state to avoid unnecessary hang"
8    bug: "350839022"
9    metadata {
10        purpose: PURPOSE_BUGFIX
11    }
12}
13
14flag {
15    name: "allow_free_last_scn"
16    namespace: "bluetooth"
17    description: "Allow SCN 30 to be freed"
18    bug: "372923869"
19    metadata {
20        purpose: PURPOSE_BUGFIX
21    }
22}
23
24flag {
25    name: "rfcomm_cancel_ongoing_sdp_on_close"
26    namespace: "bluetooth"
27    description: "Make sure the ongoing SDP is cleaned up when the socket is closed"
28    bug: "370916753"
29    metadata {
30        purpose: PURPOSE_BUGFIX
31    }
32}
33
34flag {
35    name: "indicate_rfcomm_connection_complete_after_msc"
36    namespace: "bluetooth"
37    description: "Indicate RFCOMM connection complete after sending Modem Status Command"
38    bug: "393594567"
39    metadata {
40        purpose: PURPOSE_BUGFIX
41    }
42}
43
44flag {
45    name: "rfcomm_fix_mux_collision_handling"
46    namespace: "bluetooth"
47    description: "Properly handle incoming connections while connecting"
48    bug: "399420482"
49    metadata {
50        purpose: PURPOSE_BUGFIX
51    }
52}
53