Loading android/app/src/com/android/bluetooth/sap/SapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ public class SapService extends ProfileService { public boolean disconnect(BluetoothDevice device) { boolean result = false; synchronized (SapService.this) { if (getRemoteDevice().equals(device)) { if (mRemoteDevice != null && mRemoteDevice.equals(device)) { switch (mState) { case BluetoothSap.STATE_CONNECTED: closeConnectionSocket(); Loading Loading
android/app/src/com/android/bluetooth/sap/SapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ public class SapService extends ProfileService { public boolean disconnect(BluetoothDevice device) { boolean result = false; synchronized (SapService.this) { if (getRemoteDevice().equals(device)) { if (mRemoteDevice != null && mRemoteDevice.equals(device)) { switch (mState) { case BluetoothSap.STATE_CONNECTED: closeConnectionSocket(); Loading