Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/api/
Dcoap_api.cpp77 …CoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat) in otCoapMessageAppendContentFormatOption() argument
79 return AsCoapMessage(aMessage).AppendContentFormatOption(aContentFormat); in otCoapMessageAppendContentFormatOption()
/openthread-3.7.0/src/core/coap/
Dcoap_message.hpp519 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption() argument
521 return AppendUintOption(kOptionContentFormat, static_cast<uint32_t>(aContentFormat)); in AppendContentFormatOption()
/openthread-3.7.0/include/openthread/
Dcoap.h552 …oapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat);