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
221 if (sGeneralDeviceId.mDeviceIdLen != 0) in Process()
224 OutputBytesLine(sGeneralDeviceId.mDeviceId, sGeneralDeviceId.mDeviceIdLen); in Process()
231 ClearAllBytes(sGeneralDeviceId); in Process()
236 sGeneralDeviceId.mDeviceIdLen = OT_TCAT_MAX_DEVICEID_SIZE; in Process()
237 …SuccessOrExit(error = aArgs[0].ParseAsHexString(sGeneralDeviceId.mDeviceIdLen, sGeneralDeviceId.mD… in Process()
259 if (sGeneralDeviceId.mDeviceIdLen != 0) in Process()
261 mVendorInfo.mGeneralDeviceId = &sGeneralDeviceId; in Process()