Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcat.cpp175 mVendorInfo.mAdvertisedDeviceIds[i].mDeviceIdLen); in Process()
202 vendorDeviceId.mDeviceIdLen = 0; in Process()
213 devId.mDeviceIdLen = OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE; in Process()
214 SuccessOrExit(error = aArgs[1].ParseAsHexString(devId.mDeviceIdLen, devId.mDeviceId)); in Process()
250 if (sGeneralDeviceId.mDeviceIdLen != 0) in Process()
253 OutputBytesLine(sGeneralDeviceId.mDeviceId, sGeneralDeviceId.mDeviceIdLen); in Process()
265 sGeneralDeviceId.mDeviceIdLen = OT_TCAT_MAX_DEVICEID_SIZE; in Process()
266 …SuccessOrExit(error = aArgs[0].ParseAsHexString(sGeneralDeviceId.mDeviceIdLen, sGeneralDeviceId.mD… in Process()
304 if (sGeneralDeviceId.mDeviceIdLen != 0) in Process()
/openthread-latest/include/openthread/
Dtcat.h131 uint16_t mDeviceIdLen; member
140 uint16_t mDeviceIdLen; member
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp609 length = mVendorInfo->mGeneralDeviceId->mDeviceIdLen; in HandleGetDeviceId()
832 mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdLen, in GetAdvertisementData()
837 mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdLen, in GetAdvertisementData()
842 mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdLen, in GetAdvertisementData()
847 mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdLen, in GetAdvertisementData()