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