Loading android/app/src/com/android/bluetooth/sap/SapService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -649,7 +649,7 @@ public class SapService extends ProfileService { } } @Override @Override protected void cleanup() { public void cleanup() { setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED); setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED); closeService(); closeService(); if (mSessionStatusHandler != null) { if (mSessionStatusHandler != null) { Loading Loading
android/app/src/com/android/bluetooth/sap/SapService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -649,7 +649,7 @@ public class SapService extends ProfileService { } } @Override @Override protected void cleanup() { public void cleanup() { setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED); setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED); closeService(); closeService(); if (mSessionStatusHandler != null) { if (mSessionStatusHandler != null) { Loading