Searched refs:aContentFormat (Results 1 – 3 of 3) sorted by relevance
73 …CoapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat) in otCoapMessageAppendContentFormatOption() argument75 return AsCoapMessage(aMessage).AppendContentFormatOption(aContentFormat); in otCoapMessageAppendContentFormatOption()
494 Error AppendContentFormatOption(otCoapOptionContentFormat aContentFormat) in AppendContentFormatOption() argument496 return AppendUintOption(kOptionContentFormat, static_cast<uint32_t>(aContentFormat)); in AppendContentFormatOption()
530 …oapMessageAppendContentFormatOption(otMessage *aMessage, otCoapOptionContentFormat aContentFormat);