1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "bta_dm_defer_device_discovery_state_change_until_rnr_complete" 6 namespace: "bluetooth" 7 description: "Fix double-sending device discovery state change when canceling RNR" 8 bug: "321170442" 9} 10 11flag { 12 name: "extend_and_randomize_role_switch_delay" 13 namespace: "bluetooth" 14 description: "Fix the possible conflicts between role switch and authentication" 15 bug: "388459732" 16 metadata { 17 purpose: PURPOSE_BUGFIX 18 } 19} 20 21flag { 22 name: "bta_dm_disc_close_proper_conn_id" 23 namespace: "bluetooth" 24 description: "Make sure proper connection is closed when timeout happens" 25 bug: "399687217" 26 metadata { 27 purpose: PURPOSE_BUGFIX 28 } 29} 30