Home
last modified time | relevance | path

Searched refs:length_original (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:
790 if len(packet) != length_original - 1:
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.h180 uint32_t length_original; member
Dsnoop_logger.cc1169 if (length == ntohl(header.length_original)) { in FilterCapturedPacket()
1216 PacketHeaderType header = {.length_original = htonl(length), in Capture()
1243 } else if (length != ntohl(header.length_original)) { in Capture()