Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dcoap.h172 typedef enum otCoapOptionContentFormat enum
309 } otCoapOptionContentFormat; typedef
530 otError otCoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aCont…
/openthread-latest/src/core/api/
Dcoap_api.cpp73 otError otCoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aCont… in otCoapMessageAppendContentFormatOption()
/openthread-latest/src/core/coap/
Dcoap_message.hpp494 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption()