Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 052a0a28 authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge "OPP: Reset connection accepted flag"

am: 2900a72a

Change-Id: Ie1a34535ca6313941cd87d43c73b6f7e941724ce
parents 2c6156cf 2900a72a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -339,6 +339,9 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti
                            } catch (IOException e) {
                                Log.e(TAG, "close tranport error");
                            }
                            if (mServerSocket != null) {
                                mServerSocket.prepareForNewConnect();
                            }
                            mIncomingRetries = 0;
                            mPendingConnection = null;
                        } else {