Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dtcat.h71 #define OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE 5 ///< TCAT max size of any type of advertised Device … macro
132 uint8_t mDeviceId[OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE];
/openthread-latest/src/cli/
Dcli_tcat.cpp211 … if (!aArgs[1].IsEmpty() && aArgs[1].GetLength() < (OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE * 2 + 1)) in Process()
213 devId.mDeviceIdLen = OT_TCAT_MAX_ADVERTISED_DEVICEID_SIZE; in Process()