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

Commit cc54f56a 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

Change-Id: I3228bff2295bec7ec4ff651930a558e62532f149
parents 363fb462 2124b863
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 */