Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dcoap_api.cpp73 …CoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat) in otCoapMessageAppendContentFormatOption() argument
75 return AsCoapMessage(aMessage).AppendContentFormatOption(aContentFormat); in otCoapMessageAppendContentFormatOption()
/openthread-latest/src/core/coap/
Dcoap_message.hpp494 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption() argument
496 return AppendUintOption(kOptionContentFormat, static_cast<uint32_t>(aContentFormat)); in AppendContentFormatOption()
/openthread-latest/include/openthread/
Dcoap.h530 …oapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat);