Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcat.cpp101 for (const otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds) in IsDeviceIdSet() local
103 if (vendorDeviceId.mDeviceIdType != OT_TCAT_DEVICE_ID_EMPTY) in IsDeviceIdSet()
181 for (otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds) in Process()
183 vendorDeviceId.mDeviceIdType = OT_TCAT_DEVICE_ID_EMPTY; in Process()
184 vendorDeviceId.mDeviceIdLen = 0; in Process()
197 for (otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds) in Process()
199 if (vendorDeviceId.mDeviceIdType == devId.mDeviceIdType || in Process()
200 vendorDeviceId.mDeviceIdType == OT_TCAT_DEVICE_ID_EMPTY) in Process()
202 vendorDeviceId = devId; in Process()