Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dsnoop_logger.cc38 } __attribute__((__packed__)) btsnoop_packet_header_t; typedef
115 btsnoop_packet_header_t header = {.length_original = htonl(length), in capture()
121 btsnoop_ostream_.write(reinterpret_cast<const char*>(&header), sizeof(btsnoop_packet_header_t)); in capture()