Home | History | Annotate | Download | only in l2cap

Lines Matching refs:hci_len

1574     UINT16      hci_len;
1593 STREAM_TO_UINT16 (hci_len, p);
1638 if ((total_len + hci_len) <= (L2CAP_MTU_SIZE + HCI_DATA_PREAMBLE_SIZE))
1663 total_len += hci_len;
1670 L2CAP_TRACE_WARNING ("L2CAP - dropping too long pkt BufLen: %d total_len: %d hci_len: %d",
1671 p_lcb->p_hcit_rcv_acl->len, total_len, hci_len);