Home
last modified time | relevance | path

Searched refs:bthdr (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap-bt-monitor-linux.c74 pcap_bluetooth_linux_monitor_header *bthdr; in bt_monitor_read() local
77 bthdr = (pcap_bluetooth_linux_monitor_header*) &handle->buffer[handle->offset]; in bt_monitor_read()
117 bthdr->adapter_id = htons(hdr.index); in bt_monitor_read()
118 bthdr->opcode = htons(hdr.opcode); in bt_monitor_read()
Dpcap-bt-linux.c307 pcap_bluetooth_h4_header* bthdr; in bt_read_linux() local
309 bthdr = (pcap_bluetooth_h4_header*) &handle->buffer[handle->offset]; in bt_read_linux()
356 bthdr->direction = htonl(in != 0); in bt_read_linux()