1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "abs_volume_sdp_conflict" 6 namespace: "bluetooth" 7 description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support" 8 bug: "336915955" 9 metadata { 10 purpose: PURPOSE_BUGFIX 11 } 12} 13 14flag { 15 name: "browsing_refactor" 16 namespace: "bluetooth" 17 description: "Broadcast all players instead of BT player, remove MediaBrowser preload, support package modification" 18 bug: "338156685" 19 metadata { 20 purpose: PURPOSE_BUGFIX 21 } 22} 23 24flag { 25 name: "get_all_element_attributes_empty" 26 namespace: "bluetooth" 27 description: "Return all attributes even if empty when requesting all attributes with GetElementAttributes" 28 bug: "362896963" 29 metadata { 30 purpose: PURPOSE_BUGFIX 31 } 32} 33 34flag { 35 name: "set_addressed_player" 36 namespace: "bluetooth" 37 description: "Implement SetAddressedPlayer" 38 bug: "352279986" 39 metadata { 40 purpose: PURPOSE_BUGFIX 41 } 42} 43 44flag { 45 name: "avrcp_16_default" 46 namespace: "bluetooth" 47 description: "Set AVRCP 1.6 as default AVRCP version" 48 bug: "374271695" 49} 50