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

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

flags: add leaudio_getting_active_state_support

Introduce getting active state support for LE Audio Service.

Bug: 331387253
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I20f8c7a8a1cd769e0d99b95272ff0fe9e6bddf00
parent f8102f40
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -242,3 +242,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "leaudio_getting_active_state_support"
    namespace: "bluetooth"
    description: "Introduce getting active state for LE Audio to avoid unnecessary broadcast handover when changing active group"
    bug: "331387253"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}