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

Commit ae31a553 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Android (Google) Code Review
Browse files

Merge "Fixed wrong return condition when all RFCOMM data was sent succesfully" into lmp-dev

parents bc3fdfca 6890be17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -864,6 +864,8 @@ static BOOLEAN flush_incoming_que_on_wr_signal(rfc_slot_t* rs)
                btsock_thread_add_fd(pth, rs->fd, BTSOCK_RFCOMM, SOCK_THREAD_FD_WR, rs->id);
                return TRUE;
            case SENT_ALL:
                list_remove(rs->incoming_queue, p_buf);
                break;
            case SENT_FAILED:
                list_remove(rs->incoming_queue, p_buf);
                return FALSE;