Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +4 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,10 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect closeConnectionSocket(); closeServerSocket(); if (mServerSockets != null) { mServerSockets.shutdown(false); mServerSockets = null; } if (mSessionStatusHandler != null) mSessionStatusHandler.removeCallbacksAndMessages(null); if (VERBOSE) Log.v(TAG, "Pbap Service closeService out"); } Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java +4 −0 Original line number Diff line number Diff line Loading @@ -444,6 +444,10 @@ public class BluetoothPbapService extends ProfileService implements IObexConnect closeConnectionSocket(); closeServerSocket(); if (mServerSockets != null) { mServerSockets.shutdown(false); mServerSockets = null; } if (mSessionStatusHandler != null) mSessionStatusHandler.removeCallbacksAndMessages(null); if (VERBOSE) Log.v(TAG, "Pbap Service closeService out"); } Loading