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

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

Merge "OPP: Reset connection accepted flag" am: 2900a72a am: 052a0a28

am: 8cbcb8c2

Change-Id: Ib5459b174d7ad3a146bb437e1622a0a7cf902428
parents 99a4e6e9 8cbcb8c2
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 {