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

Commit 8cbcb8c2 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

Change-Id: Ib758986dc16d12f6fb2534312712eb91c247507a
parents 615d262a 052a0a28
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 {