Searched defs:included_length (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_debug_btsnoop.c50 size_t included_length = btsnoop_calculate_packet_length(type, data, length); local
51 if (included_length == 0)
56 while (ringbuffer_available(buffer) < (included_length + sizeof(btsnooz_header_t))) {
66 header.length = included_length + 1; // +1 for type byte
72 ringbuffer_insert(buffer, data, included_length);

Completed in 210 milliseconds