HomeSort by relevance Sort by last modified time
    Searched refs:hci_len (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 327 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, p)
    [all...]
hci_mct.c 323 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, p)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 1574 UINT16 hci_len; local
    [all...]
l2c_main.c 122 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;
    [all...]

Completed in 377 milliseconds