Home | History | Annotate | Download | only in src

Lines Matching refs:total_len

333     uint16_t    total_len;
343 STREAM_TO_UINT16 (total_len, p);
392 int len = total_len + HCI_ACL_PREAMBLE_SIZE + L2CAP_HEADER_SIZE + \
407 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
424 STREAM_TO_UINT16 (total_len, p);
427 total_len += hci_len;
428 UINT16_TO_STREAM (p_f, total_len);