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

Commit 799be11e 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: 7485f047

Change-Id: I1c222eda83abf4a056535790b48819d857fdd1de
parents c2a0d677 7485f047
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: