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

Commit 39fbe603 authored by Rongxuan Liu's avatar Rongxuan Liu
Browse files

flags: leaudio_broadcast_primary_group_selection

Fix race condition in primary group selection

Bug: 375422795
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: Ic87fb3d40b72da6e275346ee02edd2db8ee8da94
parent d0e8bb0d
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -391,3 +391,13 @@ flag {
    description: "API to get and set microphone for call enable status"
    description: "API to get and set microphone for call enable status"
    bug: "372395197"
    bug: "372395197"
}
}

flag {
    name: "leaudio_broadcast_primary_group_selection"
    namespace: "bluetooth"
    description: "Fix race condition in primary group selection"
    bug: "375422795"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}