Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.h540 void ParseBytes(const uint8_t &headerId, const uint8_t *buf, uint16_t &pos);
H A Dobex_headers.cpp139 ParseBytes(headerId, buf, pos); in ParseOptionalHeaders()
190 void ObexHeader::ParseBytes(const uint8_t &headerId, const uint8_t *buf, uint16_t &pos) in ParseBytes() function in OHOS::bluetooth::ObexHeader