OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btsnooz_header_t
(Results
1 - 2
of
2
) sorted by null
/system/bt/btif/include/
btif_debug_btsnoop.h
33
typedef struct
btsnooz_header_t
{
struct
38
} __attribute__((__packed__))
btsnooz_header_t
;
typedef in typeref:struct:btsnooz_header_t
/system/bt/btif/src/
btif_debug_btsnoop.c
48
btsnooz_header_t
header;
56
while (ringbuffer_available(buffer) < (included_length + sizeof(
btsnooz_header_t
))) {
57
ringbuffer_pop(buffer, (uint8_t *)&header, sizeof(
btsnooz_header_t
));
71
ringbuffer_insert(buffer, (uint8_t *)&header, sizeof(
btsnooz_header_t
));
Completed in 479 milliseconds