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

Commit eb123e44 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: d360f35a am: 6ab5b4cb

am: c9bb792d

Change-Id: Ic0555ccd0b68b00b695d450526a4af9504b44e85
parents 6a709229 c9bb792d
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;
        }