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

Commit 7d73a688 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

flags: add leaudio_use_audio_recording_listener

Introduce flag to use Audio Recording listener instead of monitoring sink session.

Bug: 381054654
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I8e1343f05ae190596b03aeeb05242d4faa7a67d0
parent e97e59c7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -462,3 +462,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_use_audio_recording_listener"
    namespace: "bluetooth"
    description: "Use Audio Recording listener instead of monitoring sink session"
    bug: "381054654"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}