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

Commit 3192a570 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove the unbonded device from mDeviceGroupIdMap" am: 8fac923a am:...

Merge "Remove the unbonded device from mDeviceGroupIdMap" am: 8fac923a am: 081d6fee am: f3a372d2 am: 8f1face3

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



Change-Id: If771d796b3bc61c9a6ac02fed843370c2a7c7c62
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a3644728 8f1face3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -808,6 +808,8 @@ public class CsipSetCoordinatorService extends ProfileService {
            return;
        }

        mDeviceGroupIdMap.remove(device);

        synchronized (mStateMachines) {
            CsipSetCoordinatorStateMachine sm = mStateMachines.get(device);
            if (sm == null) {