Home | History | Annotate | Download | only in src

Lines Matching refs:total_len

328     uint16_t    total_len;
338 STREAM_TO_UINT16 (total_len, p);
387 int len = total_len + HCI_ACL_PREAMBLE_SIZE + L2CAP_HEADER_SIZE + \
402 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
419 STREAM_TO_UINT16 (total_len, p);
422 total_len += hci_len;
423 UINT16_TO_STREAM (p_f, total_len);