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