Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dcoap_api.cpp208 const otCoapTxParameters *aTxParameters, in otCoapSendRequestBlockWiseWithParameters()
236 const otCoapTxParameters *aTxParameters) in otCoapSendRequestWithParameters()
294 const otCoapTxParameters *aTxParameters, in otCoapSendResponseBlockWiseWithParameters()
313 const otCoapTxParameters *aTxParameters) in otCoapSendResponseWithParameters()
/external/openthread/src/core/coap/
Dcoap.cpp190 const TxParameters &aTxParameters, in SendMessage()
352 …Message(Message &aMessage, const Ip6::MessageInfo &aMessageInfo, const TxParameters &aTxParameters) in SendMessage()
1500 const TxParameters &aTxParameters) in EnqueueResponse()
Dcoap.hpp99 static const TxParameters &From(const otCoapTxParameters *aTxParameters) in From()