Archie Pusaka | eb33bda | 2023-12-18 14:12:20 +0800 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
Oriol Prieto Gasco | 8bb65bb | 2024-02-03 02:39:07 +0000 | [diff] [blame] | 2 | container: "com.android.btservices" |
Archie Pusaka | eb33bda | 2023-12-18 14:12:20 +0800 | [diff] [blame] | 3 | |
| 4 | flag { |
| 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 Ahlo | c48bfb2 | 2024-06-04 15:52:11 -0700 | [diff] [blame] | 10 | |
| 11 | flag { |
Pomai Ahlo | 2b8c061 | 2024-06-27 15:18:11 -0700 | [diff] [blame] | 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 | } |
Hsin-chen Chuang | be15bf2 | 2024-07-03 11:23:33 +0800 | [diff] [blame] | 20 | |
| 21 | flag { |
| 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 Ahlo | eca2c8e | 2024-10-11 11:07:04 -0700 | [diff] [blame] | 30 | |
| 31 | flag { |
| 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 Chuang | 38cd007 | 2024-10-02 20:07:38 +0800 | [diff] [blame] | 40 | |
| 41 | flag { |
| 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 | } |