Loading android/app/src/com/android/bluetooth/pan/PanService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
android/app/src/com/android/bluetooth/pan/PanService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading