Home | History | Annotate | Download | only in src

Lines Matching refs:hci_len

332     uint16_t    hci_len;
342 STREAM_TO_UINT16 (hci_len, p);
370 p_cb->rcv_len = (hci_len) ? (hci_len - 2) : 0;
407 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
417 p_cb->rcv_len = hci_len;
427 total_len += hci_len;
450 uint16_t handle, hci_len, l2cap_len;
459 STREAM_TO_UINT16 (hci_len, p);
462 if (hci_len > 0)