Searched refs:AppendByte (Results 1 – 2 of 2) sorted by relevance
136 AppendByte(headerId, buf[pos++]); in ParseOptionalHeaders()448 void ObexHeader::AppendByte(const uint8_t headerId, const uint8_t byte) in AppendByte() function in OHOS::bluetooth::ObexHeader631 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()
534 void AppendByte(const uint8_t headerId, const uint8_t byte);