Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp163 uint16_t packetLengthForCheck = ObexUtils::GetBufData16(buf, pos); in Parse() local
164 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()