OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_HEADER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
96
#define
L2CAP_HEADER_SIZE
4
392
int len = total_len + HCI_ACL_PREAMBLE_SIZE +
L2CAP_HEADER_SIZE
+ \
407
if (hci_len && ((total_len +
L2CAP_HEADER_SIZE
) > hci_len))
464
if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+
L2CAP_HEADER_SIZE
)) )
[
all
...]
hci_mct.c
74
#define
L2CAP_HEADER_SIZE
4
387
int len = total_len + HCI_ACL_PREAMBLE_SIZE +
L2CAP_HEADER_SIZE
+ \
402
if (hci_len && ((total_len +
L2CAP_HEADER_SIZE
) > hci_len))
459
if (l2cap_len > (p_buf->len-(HCI_ACL_PREAMBLE_SIZE+
L2CAP_HEADER_SIZE
)) )
[
all
...]
Completed in 315 milliseconds