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

Commit 317c672e authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

flags: add leaudio_use_audio_mode_listener

Introduce flag for monitoring audio mode directly from Audio Framework.

Bug: 339612732
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I3c035fc11c1108780fd95c10d2809561014ed882
parent 52a1876f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -369,3 +369,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_use_audio_mode_listener"
    namespace: "bluetooth"
    description: "Use Audio Mode listener instead of Telecom in call callback"
    bug: "339612732"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}