Home | History | Annotate | Download | only in src

Lines Matching refs:total_len

328     uint16_t    total_len;
338 STREAM_TO_UINT16 (total_len, p);
386 int len = total_len + HCI_ACL_PREAMBLE_SIZE + L2CAP_HEADER_SIZE + \
401 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
418 STREAM_TO_UINT16 (total_len, p);
421 total_len += hci_len;
422 UINT16_TO_STREAM (p_f, total_len);