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

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

flags: add leaudio_start_request_state_mutex_check

Introduce flag enabling mutex check before getting start request state.

Bug: 332847150
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I2dbf41aa32dc3666d8a47f08abbc8419d918d33b
parent f4429e47
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -269,3 +269,13 @@ flag {
    description: "Allow to create unidirectional stream for VOICEASSISTANT"
    bug: "332510824"
}

flag {
    name: "leaudio_start_request_state_mutex_check"
    namespace: "bluetooth"
    description: "Check mutex before getting start request state"
    bug: "332847150"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file