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

Commit 4f14d961 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

flags: add leaudio_broadcast_stop_on_streaming_request

Introduce flag for stopping instead of pausing broadcast when unicast
stream is requested.

Bug: 336740254
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I628c1a92a16477660e825ff540c4329d481f0523
parent d88f7c25
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -349,3 +349,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_broadcast_stop_on_streaming_request"
    namespace: "bluetooth"
    description: "Stop instead of pause on unicast stream request"
    bug: "336740254"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}