Searched refs:devId (Results 1 – 1 of 1) sorted by relevance
143 otTcatAdvertisedDeviceId devId; in Process() local165 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_OUI24; in Process()169 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_OUI36; in Process()173 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_DISCRIMINATOR; in Process()177 devId.mDeviceIdType = OT_TCAT_DEVICE_ID_IANAPEN; in Process()195 devId.mDeviceIdLen = OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE; in Process()196 SuccessOrExit(error = aArgs[1].ParseAsHexString(devId.mDeviceIdLen, devId.mDeviceId)); in Process()199 if (vendorDeviceId.mDeviceIdType == devId.mDeviceIdType || in Process()202 vendorDeviceId = devId; in Process()