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

Commit 53af9a22 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

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

parents 719a0d9b 9ffbcb07
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line 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"
    description: "When peer device connects AVRCP but not A2DP we initiate A2DP connection after some time delay"
    bug: "328406945"
    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
    }
}