Searched refs:packetLengthForCheck (Results 1 – 1 of 1) sorted by relevance
163 uint16_t packetLengthForCheck = ObexUtils::GetBufData16(buf, pos); in Parse() local164 OBEX_LOG_DEBUG("ObexHeader Parse: packetLength=%{public}d", int(packetLengthForCheck)); in Parse()166 if (packetLengthForCheck != size) { in Parse()168 int(packetLengthForCheck), int(size)); in Parse()180 if (packetLength_ != packetLengthForCheck) { in Parse()183 packetLength_, packetLengthForCheck); in Parse()