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

Commit b93aed61 authored by Rongxuan Liu's avatar Rongxuan Liu Committed by Gerrit Code Review
Browse files

Merge changes I722b44c3,Ib7c8d889,Ic87fb3d4 into main

* changes:
  flags: leaudio_broadcast_api_manage_primary_group
  flags: leaudio_broadcast_api_get_local_metadata
  flags: leaudio_broadcast_primary_group_selection
parents da3c6d5e 90fec2b3
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -391,3 +391,29 @@ flag {
    description: "API to get and set microphone for call enable status"
    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
    }
}

flag {
    name: "leaudio_broadcast_api_get_local_metadata"
    is_exported: true
    namespace: "bluetooth"
    description: "API to get broadcast assistant local metadata"
    bug: "375423982"
}

flag {
    name: "leaudio_broadcast_api_manage_primary_group"
    is_exported: true
    namespace: "bluetooth"
    description: "API to manage broadcast primary group"
    bug: "375422410"
}