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

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

flags: add leaudio_no_context_validate_streaming_request

Introduce flag for skipping checking available context before sending streaming request.

Bug: 336466406
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Ia702d2c616227af0798974626f0f983e449cdb96
parent f5dd7a8f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -339,3 +339,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_no_context_validate_streaming_request"
    namespace: "bluetooth"
    description: "Request streaming would be send without available cotext validation"
    bug: "336466406"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file