Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_tcat.cpp104 if (vendorDeviceId.mDeviceIdType != OT_TCAT_DEVICE_ID_EMPTY) in IsDeviceIdSet()
168 if (mVendorInfo.mAdvertisedDeviceIds[0].mDeviceIdType != OT_TCAT_DEVICE_ID_EMPTY) in Process()
171 …for (size_t i = 0; mVendorInfo.mAdvertisedDeviceIds[i].mDeviceIdType != OT_TCAT_DEVICE_ID_EMPTY; i… in Process()
173 …utputFormat("type %s, value: ", kVendorIdTypes[mVendorInfo.mAdvertisedDeviceIds[i].mDeviceIdType]); in Process()
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()
201 vendorDeviceId.mDeviceIdType = OT_TCAT_DEVICE_ID_EMPTY; in Process()
217 if (vendorDeviceId.mDeviceIdType == devId.mDeviceIdType || in Process()
[all …]
/openthread-latest/include/openthread/
Dtcat.h130 otTcatAdvertisedDeviceIdType mDeviceIdType; member
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp826 …for (uint8_t i = 0; mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdType != OT_TCAT_DEVICE_ID_EMPTY;… in GetAdvertisementData()
828 switch (MapEnum(mVendorInfo->mAdvertisedDeviceIds[i].mDeviceIdType)) in GetAdvertisementData()