Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/tools/scripts/
Ddump_le_audio.py782 (length_original, length_captured, flags, dropped_packets, timestamp,
785 if length_original != length_captured:
789 packet = btsnoop_file.read(length_captured - 1)
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h181 uint32_t length_captured; member
Dsnoop_logger.cc1217 .length_captured = htonl(length), in Capture()
1228 header.length_captured = htonl(included_length + /* type byte */ PACKET_TYPE_LENGTH); in Capture()
1244 header.length_captured = htonl(length); in Capture()