Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp136 AppendByte(headerId, buf[pos++]); in ParseOptionalHeaders()
448 void ObexHeader::AppendByte(const uint8_t headerId, const uint8_t byte) in AppendByte() function in OHOS::bluetooth::ObexHeader
631 AppendByte(ObexHeader::SESSION_SEQUENCE_NUMBER, num); in AppendItemSessionSeqNum()
637 AppendByte(ObexHeader::ACTION_ID, static_cast<uint8_t>(actionId)); in AppendItemActionId()
642 AppendByte(ObexHeader::SRM, srm ? ObexHdrSrmMode::SINGLE : ObexHdrSrmMode::NORMAL); in AppendItemSrm()
647 AppendByte(ObexHeader::SRMP, ObexHdrSrmpMode::WAIT); in AppendItemSrmp()
H A Dobex_headers.h534 void AppendByte(const uint8_t headerId, const uint8_t byte);