Searched refs:hci_len (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c332 uint16_t hci_len; local
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; local
459 STREAM_TO_UINT16 (hci_len,
[all...]
H A Dhci_mct.c327 uint16_t hci_len; local
337 STREAM_TO_UINT16 (hci_len, p);
365 p_cb->rcv_acl.rcv_len = (hci_len) ? (hci_len - 2) : 0;
402 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
412 p_cb->rcv_acl.rcv_len = hci_len;
422 total_len += hci_len;
445 uint16_t handle, hci_len, l2cap_len; local
454 STREAM_TO_UINT16 (hci_len,
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c1504 UINT16 hci_len; local
1523 STREAM_TO_UINT16 (hci_len, p);
1568 if ((total_len + hci_len) <= (L2CAP_MTU_SIZE + HCI_DATA_PREAMBLE_SIZE))
1593 total_len += hci_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);
H A Dl2c_main.c122 UINT16 handle, hci_len; local
145 STREAM_TO_UINT16 (hci_len, p);
181 STREAM_TO_UINT16 (hci_len, p);
205 if (hci_len >= L2CAP_PKT_OVERHEAD) /* Must receive at least the L2CAP length and CID.*/
207 p_msg->len = hci_len - L2CAP_PKT_OVERHEAD;

Completed in 843 milliseconds