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

Commit a00e8310 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents beb1488c 301c956d
Loading
Loading
Loading
Loading
+1 −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:
@@ -125,6 +124,7 @@ public final class ServerSession extends ObexSession implements Runnable {
                        break;

                    case -1:
                        Log.v(TAG, "Read request returned -1, exiting from loop");
                        done = true;
                        break;