Home
last modified time | relevance | path

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

/external/openthread/src/core/api/
Dcoap_api.cpp225 const otCoapTxParameters * aTxParameters, in otCoapSendRequestBlockWiseWithParameters()
251 const otCoapTxParameters *aTxParameters) in otCoapSendRequestWithParameters()
310 const otCoapTxParameters * aTxParameters, in otCoapSendResponseBlockWiseWithParameters()
323 const otCoapTxParameters *aTxParameters) in otCoapSendResponseWithParameters()
/external/openthread/src/core/coap/
Dcoap.cpp222 const TxParameters & aTxParameters, in SendMessage()
1528 const TxParameters & aTxParameters) in EnqueueResponse()
Dcoap.hpp102 static const TxParameters &From(const otCoapTxParameters *aTxParameters) in From()