OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2CAP_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
bt-l2cap.c
31
uint8_t frame_in[65535 +
L2CAP_HDR_SIZE
] __attribute__ ((aligned (4)));
34
uint8_t frame_out[65535 +
L2CAP_HDR_SIZE
] __attribute__ ((aligned (4)));
992
if (l2cap_fcs16((const uint8_t *) hdr,
L2CAP_HDR_SIZE
+ len - 2) != fcs)
[
all
...]
bt.h
[
all
...]
Completed in 42 milliseconds