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

Commit 62a1a5f7 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

flags: Add mcp_allow_play_without_active_player

Bug: 337169240
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I5a6b65aca6984c40f6615f60f3cbf79a90fe2d27
parent 798613b4
Loading
Loading
Loading
Loading

flags/mcp.aconfig

0 → 100644
+13 −0
Original line number Original line Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

flag {
    name: "mcp_allow_play_without_active_player"
    namespace: "bluetooth"
    description: "Handle LeAudio play same as in AVRCP in case player is not active"
    bug: "337169240"
    metadata {
        purpose: PURPOSE_BUGFIX
    }

}