Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcat.cpp161 otTcatAdvertisedDeviceId devId; in Process() local
183 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_OUI24; in Process()
187 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_OUI36; in Process()
191 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_DISCRIMINATOR; in Process()
195 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_IANAPEN; 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()
217 if (vendorDeviceId.mDeviceIdType == devId.mDeviceIdType || in Process()
220 vendorDeviceId = devId; in Process()