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

Commit 63a25201 authored by Stanley Tng's avatar Stanley Tng Committed by android-build-merger
Browse files

Merge "Fix crash in l2c_rcv_acl_data during LE CoC SL4A Test" am: 06c0810d am: 2124b863

am: cc54f56a

Change-Id: I5fd8e881c18e4c64693d7de910f02064c7df6a8d
parents 10243e37 cc54f56a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,8 +121,8 @@ void l2c_rcv_acl_data(BT_HDR* p_msg) {
    if (list_length(l2cb.rcv_pending_q) == 1) {
      alarm_set_on_mloop(l2cb.receive_hold_timer, BT_1SEC_TIMEOUT_MS,
                         l2c_receive_hold_timer_timeout, NULL);
      return;
    }
    return;
  }

  /* Update the buffer header */