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

Commit c9bb792d 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

Change-Id: I5fccaaa3467ab18376a5e387efa2ae22ac680eef
parents 5560a3cd 6ab5b4cb
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;
        }