Home
last modified time | relevance | path

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

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