Home
last modified time | relevance | path

Searched refs:mGeneralDeviceId (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dtcat.h160 … const otTcatGeneralDeviceId *mGeneralDeviceId; /** Vendor managed general device ID array. member
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp607 if (mVendorInfo->mGeneralDeviceId != nullptr) in HandleGetDeviceId()
609 length = mVendorInfo->mGeneralDeviceId->mDeviceIdLen; in HandleGetDeviceId()
610 deviceId = mVendorInfo->mGeneralDeviceId->mDeviceId; in HandleGetDeviceId()
/openthread-latest/src/cli/
Dcli_tcat.cpp306 mVendorInfo.mGeneralDeviceId = &sGeneralDeviceId; in Process()