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

Commit 58184d63 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "PAN: No observable state transition when PAN is rejected" am:...

Merge "PAN: No observable state transition when PAN is rejected" am: d360f35a am: 6ab5b4cb am: c9bb792d
am: eb123e44

Change-Id: I9a424211b6cfd4c29694a197feec203bb27301eb
parents 73583284 eb123e44
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ public class PanService extends ProfileService {
        // will fail until the caller explicitly calls BluetoothPan#disconnect.
        if (prevState == BluetoothProfile.STATE_DISCONNECTED && state == BluetoothProfile.STATE_DISCONNECTING) {
            Log.d(TAG, "Ignoring state change from " + prevState + " to " + state);
            mPanDevices.remove(device);
            return;
        }