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

Commit 978016c0 authored by Himanshu Rawat's avatar Himanshu Rawat Committed by Automerger Merge Worker
Browse files

Merge "Flag to always remove the A2DP state machine when bond is removed" into...

Merge "Flag to always remove the A2DP state machine when bond is removed" into main am: 2653e55d am: b968bb14

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3381765



Change-Id: If1bddac6fbe236326ff4b2247e5e24308414e280
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a55a5235 b968bb14
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
    }
}