Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h61 #define OT_COAP_DEFAULT_TOKEN_LENGTH 2 ///< Default token length. macro
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp173 …static constexpr uint8_t kDefaultTokenLength = OT_COAP_DEFAULT_TOKEN_LENGTH; ///< Default token le…
/openthread-3.5.0/src/cli/
Dcli_coap_secure.cpp289 otCoapMessageGenerateToken(message, OT_COAP_DEFAULT_TOKEN_LENGTH); in ProcessRequest()
Dcli_coap.cpp445 otCoapMessageGenerateToken(message, OT_COAP_DEFAULT_TOKEN_LENGTH); in ProcessRequest()