Home | History | Annotate | Download | only in l2cap

Lines Matching refs:total_len

1560             UINT16  total_len;
1564 STREAM_TO_UINT16 (total_len, p_f);
1568 if ((total_len + hci_len) <= (L2CAP_MTU_SIZE + HCI_DATA_PREAMBLE_SIZE))
1593 total_len += hci_len;
1595 UINT16_TO_STREAM (p_f, total_len);
1600 L2CAP_TRACE_WARNING3 ("L2CAP - dropping too long pkt BufLen: %d total_len: %d hci_len: %d",
1601 p_lcb->p_hcit_rcv_acl->len, total_len, hci_len);