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

Commit 001d87cc authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

Merge changes I76a74016,I2dbf41aa into main

* changes:
  flags: add leaudio_broadcast_assistant_peripheral_entrustment
  flags: add leaudio_start_request_state_mutex_check
parents 7e838eaa 8e4a94d5
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -269,3 +269,23 @@ 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
    }
}

flag {
    name: "leaudio_broadcast_assistant_peripheral_entrustment"
    namespace: "bluetooth"
    description: "Give peripheral devices more responsibility for source handling"
    bug: "333050419"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file