Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcat.cpp93 otTcatGeneralDeviceId sGeneralDeviceId; variable
250 if (sGeneralDeviceId.mDeviceIdLen != 0) in Process()
253 OutputBytesLine(sGeneralDeviceId.mDeviceId, sGeneralDeviceId.mDeviceIdLen); in Process()
260 ClearAllBytes(sGeneralDeviceId); 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()
306 mVendorInfo.mGeneralDeviceId = &sGeneralDeviceId; in Process()