Home
last modified time | relevance | path

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

/external/openthread/src/core/coap/
Dcoap_message.hpp157 kOptionProxyUri = OT_COAP_OPTION_PROXY_URI, ///< Proxy-Uri enumerator
491 …Error AppendProxyUriOption(const char *aProxyUri) { return AppendStringOption(kOptionProxyUri, aPr… in AppendProxyUriOption()