OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MGMT_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-bt-monitor-linux.c
80
iv[0].iov_len =
MGMT_HDR_SIZE
;
106
pkth.caplen = ret -
MGMT_HDR_SIZE
+ sizeof(pcap_bluetooth_linux_monitor_header);
/external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py
16
MGMT_HDR_SIZE
= 6
295
hdr = bytearray(
MGMT_HDR_SIZE
)
302
if nbytes <
MGMT_HDR_SIZE
:
307
if nbytes <
MGMT_HDR_SIZE
+ length:
[
all
...]
Completed in 666 milliseconds