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

Commit bceba1d4 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: Ifd43f556a9652da4c1a21a8abef129720701a0aa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 57d4c9dd 8f1face3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -808,6 +808,8 @@ public class CsipSetCoordinatorService extends ProfileService {
            return;
            return;
        }
        }


        mDeviceGroupIdMap.remove(device);

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