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

Commit fdb3413d authored by Eric Laurent's avatar Eric Laurent
Browse files

audio: add feature flag for DSA over Bluetooth LE Audio

Add flag dsa_over_bt_le_audio to gate additional logic supporting
HID transport mechanism and sensor selection for LE Audio and dual
mode headsets.

Bug: 307588546
Test: make
Change-Id: I9db71550326f86dddc7294d4cc884593d6ef0d1c
parent 0a0a58d1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -20,3 +20,11 @@ flag {
        "Disable pre-scale absolute volume."
    bug: "302553525"
}

flag {
    name: "dsa_over_bt_le_audio"
    namespace: "media_audio"
    description:
        "Enable dynamic spatial audio over Bluetooth LE Audio."
    bug: "307588546"
}