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

Commit 02cfd9a9 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by Étienne Ruffieux
Browse files

AVRCP: Add flag for abs volume connection collision

Bug: 336915955
Bug: 315241296
Test: m Bluetooth
Change-Id: I30d4a19031de6dbfd941bff02b41ca611938eb17
parent fa5781a4
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
    }
}