Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli_coap_secure.cpp862 if ((otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE) || in HandleRequest()
966 if ((otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE) || in DefaultHandler()
Dcli_coap.cpp915 if (otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE || in HandleRequest()
949 …mSubscriberConfirmableNotifications = (otCoapMessageGetType(aMessage) == OT_COAP_TYPE_CONFIRMABLE); in HandleRequest()
/openthread-latest/include/openthread/
Dcoap.h688 otCoapType otCoapMessageGetType(const otMessage *aMessage);
/openthread-latest/src/core/api/
Dcoap_api.cpp135 otCoapType otCoapMessageGetType(const otMessage *aMessage) in otCoapMessageGetType() function