Home
last modified time | relevance | path

Searched defs:GetNextCoapMessage (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp840 Message *GetNextCoapMessage(void) { return static_cast<Message *>(GetNext()); } in GetNextCoapMessage() function in ot::Coap::Message
851 … const Message *GetNextCoapMessage(void) const { return static_cast<const Message *>(GetNext()); } in GetNextCoapMessage() function in ot::Coap::Message