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

Commit 797755b2 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

leaudio: Add feature flag leaudio_unicast_inactivate_device_based_on_context

Bug: 313054788
Test: mmm packages/modules/Bluetooth
Change-Id: Iff255a92f9a2eb628015c9e454bc5211289ba4f1
parent 16dd9b05
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -27,3 +27,10 @@ flag {
    description: "Support le audio broadcast audio routing policies"
    bug: "308171251"
}

flag {
    name: "leaudio_unicast_inactivate_device_based_on_context"
    namespace: "bluetooth"
    description: "Inactivate audio device when stream cannot be created due to unavailable context type"
    bug: "313054788"
}