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

  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 98 #define L2CAP_HEADER_SIZE 4
386 int len = total_len + HCI_ACL_PREAMBLE_SIZE + L2CAP_HEADER_SIZE + \
401 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
458 if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+L2CAP_HEADER_SIZE)) )
    [all...]
hci_mct.c 77 #define L2CAP_HEADER_SIZE 4
382 int len = total_len + HCI_ACL_PREAMBLE_SIZE + L2CAP_HEADER_SIZE + \
397 if (hci_len && ((total_len + L2CAP_HEADER_SIZE) > hci_len))
454 if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+L2CAP_HEADER_SIZE)) )
    [all...]

Completed in 36 milliseconds