1package: "com.android.bluetooth.flags" 2container: "com.android.bt" 3 4flag { 5 name: "vcp_mute_unmute" 6 namespace: "bluetooth" 7 description: "Allow muting/unmuting the remote device" 8 bug: "318775507" 9} 10 11flag { 12 name: "vcp_device_volume_api_improvements" 13 namespace: "bluetooth" 14 description: "Refactor Device Volume API for generic usage" 15 bug: "381507732" 16 metadata { 17 purpose: PURPOSE_BUGFIX 18 } 19} 20 21flag { 22 name: "vcp_allow_set_same_volume_if_pending" 23 namespace: "bluetooth" 24 description: "Allow to set the same volume during already pending operation" 25 bug: "386758535" 26 metadata { 27 purpose: PURPOSE_BUGFIX 28 } 29} 30