Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dcoap.h727 void otCoapMessageSetCode(otMessage *aMessage, otCoapCode aCode);
/openthread-3.4.0/src/core/api/
Dcoap_api.cpp144 void otCoapMessageSetCode(otMessage *aMessage, otCoapCode aCode) { AsCoapMessage(aMessage).SetCode(… in otCoapMessageSetCode() function