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

Commit 44186aa2 authored by Eric Laurent's avatar Eric Laurent
Browse files

Add flag for BT active device switch optimizations

Adds flag android.media.audio.optimize_bt_device_switch to gate improvements
in the audio framework handling of active Bluetooth device switch.

Flag: EXEMPT flag definition
Bug: 373867402
Test: make
Change-Id: Iab44cc8608a3f41198e2b55e53033504cbce8d44
parent 19448501
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -98,6 +98,13 @@ flag {
    bug: "336204940"
}

flag {
    name: "optimize_bt_device_switch"
    namespace: "media_audio"
    description: "Optimize the Bluetooth active device switch sequence"
    bug: "373867402"
}

flag {
    name: "port_to_piid_simplification"
    namespace: "media_audio"