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

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

Merge "Bluetooth: OBEX: Don't close transport when obex is disconnected" am:...

Merge "Bluetooth: OBEX: Don't close transport when obex is disconnected" am: 7485f047 am: 799be11e am: 4cec063b
am: 1dfaae9f

Change-Id: I60786510d5b2a378ffed0103ece32e27ff5cdd7a
parents 3bf832c8 1dfaae9f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -104,7 +104,6 @@ public final class ServerSession extends ObexSession implements Runnable {

                    case ObexHelper.OBEX_OPCODE_DISCONNECT:
                        handleDisconnectRequest();
                        done = true;
                        break;

                    case ObexHelper.OBEX_OPCODE_GET: