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

Commit c7eadc89 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "OPP: Reset connection accepted flag"

parents 67313c9b 25d80d9e
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 {