Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f3384fc authored by Michal Belusiak's avatar Michal Belusiak
Browse files

flags: vcp_device_volume_api_improvements

Refactor Device Volume API for generic usage

Bug: 381507732
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I546a725e9c18f6a5a143a70b7a25782f5cc74ccb
parent ee35660f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@ flag {
    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
    }
}