1package: "com.android.bluetooth.flags" 2container: "com.android.btservices" 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: "avrcp_connect_a2dp_with_delay" 16 namespace: "bluetooth" 17 description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay" 18 bug: "328406945" 19 metadata { 20 purpose: PURPOSE_BUGFIX 21 } 22} 23 24flag { 25 name: "browsing_refactor" 26 namespace: "bluetooth" 27 description: "Broadcast all players instead of BT player, remove MediaBrowser preload, support package modification" 28 bug: "338156685" 29 metadata { 30 purpose: PURPOSE_BUGFIX 31 } 32} 33 34flag { 35 name: "get_all_element_attributes_empty" 36 namespace: "bluetooth" 37 description: "Return all attributes even if empty when requesting all attributes with GetElementAttributes" 38 bug: "362896963" 39 metadata { 40 purpose: PURPOSE_BUGFIX 41 } 42} 43 44flag { 45 name: "set_addressed_player" 46 namespace: "bluetooth" 47 description: "Implement SetAddressedPlayer" 48 bug: "352279986" 49 metadata { 50 purpose: PURPOSE_BUGFIX 51 } 52} 53 54flag { 55 name: "avrcp_16_default" 56 namespace: "bluetooth" 57 description: "Set AVRCP 1.6 as default AVRCP version" 58 bug: "374271695" 59} 60