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

Commit 948293c4 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by Grzegorz Kolodziejczyk (xWF)
Browse files

flags: add leaudio_stop_updated_to_not_available_context_stream

Introduce flag to allow stack stop stream which contains only not
allowed contexts.

Bug: 376251433
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I28db34d9a1bdf9c12961b0edaa483e05c48649ef
parent 0d766859
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -417,3 +417,13 @@ flag {
    description: "API to manage broadcast primary group"
    description: "API to manage broadcast primary group"
    bug: "375422410"
    bug: "375422410"
}
}

flag {
    name: "leaudio_stop_updated_to_not_available_context_stream"
    namespace: "bluetooth"
    description: "Allow stack to stop stream which remains with non allowed context"
    bug: "376251433"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file