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

/external/bluetooth/bluedroid/hci/src/
H A Dhci_h4.c327 uint16_t hci_len; local
337 STREAM_TO_UINT16 (hci_len, p);
365 p_cb->rcv_len = (hci_len) ? (hci_len - 2) : 0;
401 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
411 p_cb->rcv_len = hci_len;
421 total_len += hci_len;
444 uint16_t handle, hci_len, l2cap_len; local
453 STREAM_TO_UINT16 (hci_len,
[all...]
H A Dhci_mct.c323 uint16_t hci_len; local
333 STREAM_TO_UINT16 (hci_len, p);
361 p_cb->rcv_acl.rcv_len = (hci_len) ? (hci_len - 2) : 0;
397 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
407 p_cb->rcv_acl.rcv_len = hci_len;
417 total_len += hci_len;
440 uint16_t handle, hci_len, l2cap_len; local
449 STREAM_TO_UINT16 (hci_len,
[all...]
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_link.c1574 UINT16 hci_len; local
1593 STREAM_TO_UINT16 (hci_len, p);
1638 if ((total_len + hci_len) <= (L2CAP_MTU_SIZE + HCI_DATA_PREAMBLE_SIZE))
1663 total_len += hci_len;
1670 L2CAP_TRACE_WARNING ("L2CAP - dropping too long pkt BufLen: %d total_len: %d hci_len: %d",
1671 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 102 milliseconds