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

Commit f6c19d19 authored by Bao Do's avatar Bao Do
Browse files

Add flag a2dp_check_lea_iso_channel

Bug: 346475618
Bug: 341219050
Bug: 315241296
Flag: com.android.bluetooth.flags.a2dp_check_lea_iso_channel
Test: mmm packages/modules/Bluetooth
Change-Id: I77e9426f66ebbe3b2f457dff20a76d52c070ef21
parent 51f01e12
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -75,3 +75,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "a2dp_check_lea_iso_channel"
    namespace: "bluetooth"
    description: "Prevent A2DP stream from starting when LEA ISO channels are in use"
    bug: "346475618"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}