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

Commit ec9c8d3f authored by Michal Belusiak's avatar Michal Belusiak
Browse files

flags: vcp_allow_set_same_volume_if_pending

Allow to set the same volume during already pending operation

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