Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dcoap.h178 typedef enum otCoapOptionContentFormat enum
315 } otCoapOptionContentFormat; typedef
552 otError otCoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aCont…
/openthread-3.5.0/src/core/api/
Dcoap_api.cpp77 otError otCoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aCont… in otCoapMessageAppendContentFormatOption()
/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp504 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption()