Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +6 −2 Original line number Diff line number Diff line Loading @@ -541,8 +541,12 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect if (VERBOSE) { Log.v(TAG, "stop()"); } if (mSessionStatusHandler != null) { mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget(); } if (mHandlerThread != null) { mHandlerThread.quitSafely(); } if (mContactChangeObserver == null) { Log.i(TAG, "Avoid unregister when receiver it is not registered"); return true; Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +6 −2 Original line number Diff line number Diff line Loading @@ -541,8 +541,12 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect if (VERBOSE) { Log.v(TAG, "stop()"); } if (mSessionStatusHandler != null) { mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget(); } if (mHandlerThread != null) { mHandlerThread.quitSafely(); } if (mContactChangeObserver == null) { Log.i(TAG, "Avoid unregister when receiver it is not registered"); return true; Loading