Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h535 void AppendBytes(const uint8_t headerId, const uint8_t *byteBuf, const uint32_t size);
H A Dobex_headers.cpp454 void ObexHeader::AppendBytes(const uint8_t headerId, const uint8_t *byteBuf, const uint32_t size) in AppendBytes() argument
456 …tr<ObexOptionalHeader> header = std::make_unique<ObexOptionalBytesHeader>(headerId, byteBuf, size); in AppendBytes()