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

Commit 9ffbcb07 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "AVRCP: Add flag for abs volume connection collision" into main

parents a7ff2591 02cfd9a9
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@ flag {
    description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay"
    bug: "328406945"
}

flag {
    name: "abs_volume_sdp_conflict"
    namespace: "bluetooth"
    description: "Check connection state after SDP discovery to prevent connection collision resulting in no absolute volume support"
    bug: "336915955"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}