Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp184 if (header.GetFieldObexVersionNum() != nullptr) { in ObexHeaderDebug()
185 OBEX_LOG_INFO("ObexVersionNum:0x%02X", header.GetFieldObexVersionNum()[0]); in ObexHeaderDebug()
H A Dobex_headers.cpp241 if (header.GetFieldObexVersionNum() != nullptr) { in ObexHeader()
243 *obexVersionNum_ = *header.GetFieldObexVersionNum(); in ObexHeader()
336 const uint8_t *ObexHeader::GetFieldObexVersionNum() const in GetFieldObexVersionNum() function in OHOS::bluetooth::ObexHeader
H A Dobex_headers.h416 const uint8_t *GetFieldObexVersionNum() const;

Completed in 5 milliseconds