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

Commit 8f1face3 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

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



Change-Id: I02705bc626d316cbfe81798ced4cfa2edf48ca91
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7f1e2a1a f3a372d2
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) {