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

Commit 6ab5b4cb 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

Change-Id: I281458dd20cf6a0074c0cd5e6d958e38154d61a2
parents c81cbf57 d360f35a
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;
        }