Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dcoap.h750 const char *otCoapMessageCodeToString(const otMessage *aMessage);
/aosp_15_r20/external/openthread/src/core/api/
H A Dcoap_api.cpp151 const char *otCoapMessageCodeToString(const otMessage *aMessage) { return AsCoapMessage(aMessage).C… in otCoapMessageCodeToString() function