HomeSort by relevance Sort by last modified time
    Searched full:included_length (Results 1 - 1 of 1) sorted by null

  /system/bt/btif/src/
btif_debug_btsnoop.c 50 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 44 milliseconds