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

Commit 42c4081f authored by Himanshu Rawat's avatar Himanshu Rawat
Browse files

Flag to always remove the A2DP state machine when bond is removed

Change-Id: I06eae98bcf99ba9fe7c817c310f89dd73188391a
Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.a2dp_cleanup_on_remove_device
Bug: 381313622
Bug: 315241296
parent 0cea3ea4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -185,3 +185,13 @@ flag {
    is_exported: true
    bug: "380118954"
}

flag {
    name: "a2dp_cleanup_on_remove_device"
    namespace: "bluetooth"
    description: "Always remove A2DP state machine when device is removed"
    bug: "381313622"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}