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.cc56 size_t included_length = btsnoop_calculate_packet_length(type, data, length); in btsnoop_cb() local
57 if (included_length == 0) return; in btsnoop_cb()
64 (included_length + sizeof(btsnooz_header_t))) { in btsnoop_cb()
71 header.length = included_length + 1; // +1 for type byte in btsnoop_cb()
78 ringbuffer_insert(buffer, data, included_length); in btsnoop_cb()