| package: "com.android.bluetooth.flags" |
| container: "com.android.btservices" |
| |
| flag { |
| name: "rfcomm_always_use_mitm" |
| namespace: "bluetooth" |
| description: "Use MITM initially to avoid abrupt peer disconnection b/312840315" |
| bug: "316824288" |
| } |
| |
| flag { |
| name: "rfcomm_prevent_unnecessary_collisions" |
| namespace: "bluetooth" |
| description: "Restrict collision handling to exclude unrelated connections" |
| bug: "349892756" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "rfcomm_always_disc_initiator_in_disc_wait_ua" |
| namespace: "bluetooth" |
| description: "Always be the DISC initiator in the DISC_WAIT_UA state to avoid unnecessary hang" |
| bug: "350839022" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "allow_free_last_scn" |
| namespace: "bluetooth" |
| description: "Allow SCN 30 to be freed" |
| bug: "372923869" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |
| |
| flag { |
| name: "rfcomm_cancel_ongoing_sdp_on_close" |
| namespace: "bluetooth" |
| description: "Make sure the ongoing SDP is cleaned up when the socket is closed" |
| bug: "370916753" |
| metadata { |
| purpose: PURPOSE_BUGFIX |
| } |
| } |