Home
last modified time | relevance | path

Searched refs:HDR_BYTES_PREFIX_LENGTH (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp270 uint16_t remainLength = mtu_ - pktLen - ObexHeader::HDR_BYTES_PREFIX_LENGTH; // 3: body header+len in GetNextReqHeader()
594 uint16_t remainLength = mtu_ - pktLen - ObexHeader::HDR_BYTES_PREFIX_LENGTH; // 3: body header+len in GetNextRespHeader()
H A Dobex_headers.cpp48 const uint8_t ObexHeader::HDR_BYTES_PREFIX_LENGTH; member in OHOS::bluetooth::ObexHeader
192 uint16_t dataLen = ObexUtils::GetBufData16(buf, pos) - HDR_BYTES_PREFIX_LENGTH; in ParseBytes()
H A Dobex_headers.h390 static const uint8_t HDR_BYTES_PREFIX_LENGTH = 3; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType::ObexHeader

Completed in 5 milliseconds