Loading android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -339,6 +339,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti } catch (IOException e) { } catch (IOException e) { Log.e(TAG, "close tranport error"); Log.e(TAG, "close tranport error"); } } if (mServerSocket != null) { mServerSocket.prepareForNewConnect(); } mIncomingRetries = 0; mIncomingRetries = 0; mPendingConnection = null; mPendingConnection = null; } else { } else { Loading Loading
android/app/src/com/android/bluetooth/opp/BluetoothOppService.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -339,6 +339,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti } catch (IOException e) { } catch (IOException e) { Log.e(TAG, "close tranport error"); Log.e(TAG, "close tranport error"); } } if (mServerSocket != null) { mServerSocket.prepareForNewConnect(); } mIncomingRetries = 0; mIncomingRetries = 0; mPendingConnection = null; mPendingConnection = null; } else { } else { Loading