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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_main.c 126 UINT16 l2cap_len, rcv_cid, psm; local
146 STREAM_TO_UINT16 (l2cap_len, p);
191 STREAM_TO_UINT16 (l2cap_len, p);
217 if (l2cap_len != p_msg->len)
220 l2cap_len, p_msg->len);
229 process_l2cap_cmd (p_lcb, p, l2cap_len);
261 l2cble_process_sig_cmd (p_lcb, p, l2cap_len);
    [all...]
l2c_link.c 1639 UINT16 l2cap_len; local
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 450 uint16_t handle, hci_len, l2cap_len; local
460 STREAM_TO_UINT16 (l2cap_len, p);
464 if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+L2CAP_HEADER_SIZE)) )
    [all...]
hci_mct.c 445 uint16_t handle, hci_len, l2cap_len; local
455 STREAM_TO_UINT16 (l2cap_len, p);
459 if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+L2CAP_HEADER_SIZE)) )
    [all...]

Completed in 64 milliseconds