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 332 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, p)
    [all...]
hci_mct.c 327 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, p)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 1504 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 185 milliseconds