Searched refs:vendorDeviceId (Results 1 – 1 of 1) sorted by relevance
101 for (const otTcatAdvertisedDeviceId &vendorDeviceId : sAdvertisedDeviceIds) in IsDeviceIdSet() local103 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()