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

Commit 2124b863 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

Change-Id: Ic82ecbde0f5ea8d41e9c3d2e4ac550bac23ce9a8
parents 90a1aac8 06c0810d
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 */