1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 3 4flag { 5 name: "uncache_player_when_browsed_player_changes" 6 namespace: "bluetooth" 7 description: "Uncache media player items when changing to a new player so updated player contents can be fetched if we change back to the previous player" 8 bug: "337259487" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13 14flag { 15 name: "signal_connecting_on_focus_gain" 16 namespace: "bluetooth" 17 description: " Briefly signal a connecting playback state when we get focus so browser clients see us having an active playback state and switch to us as the source" 18 bug: "350510879" 19 metadata { 20 purpose: PURPOSE_BUGFIX 21 } 22} 23 24flag { 25 name: "associate_browse_l2cap_request_with_active_control_channel" 26 namespace: "bluetooth" 27 description: " Associate a browse l2cap channel connection with the control channel from that same device regardless of specified role" 28 bug: "373482555" 29 metadata { 30 purpose: PURPOSE_BUGFIX 31 } 32} 33