Home
last modified time | relevance | path

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

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