Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_debug_btsnoop.h33 typedef struct btsnooz_header_t { struct
38 } __attribute__((__packed__)) btsnooz_header_t; argument
/system/bt/btif/src/
Dbtif_debug_btsnoop.cc54 btsnooz_header_t header; in btsnoop_cb()
64 (included_length + sizeof(btsnooz_header_t))) { in btsnoop_cb()
65 ringbuffer_pop(buffer, (uint8_t*)&header, sizeof(btsnooz_header_t)); in btsnoop_cb()
77 ringbuffer_insert(buffer, (uint8_t*)&header, sizeof(btsnooz_header_t)); in btsnoop_cb()