Home
last modified time | relevance | path

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

/openthread-3.5.0/src/cli/
Dcli_coap.hpp171 uint8_t mRequestToken[OT_COAP_MAX_TOKEN_LENGTH];
172 uint8_t mSubscriberToken[OT_COAP_MAX_TOKEN_LENGTH];
/openthread-3.5.0/include/openthread/
Dcoap.h63 #define OT_COAP_MAX_TOKEN_LENGTH 8 ///< Max token length as specified (RFC 7252). macro
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp175 …static constexpr uint8_t kMaxTokenLength = OT_COAP_MAX_TOKEN_LENGTH; ///< Maximum token le…