Home
last modified time | relevance | path

Searched refs:otLinkRawTransmitDone (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/mac/
Dlink_raw.hpp144 Error Transmit(otLinkRawTransmitDone aCallback);
310 otLinkRawTransmitDone mTransmitDoneCallback;
Dlink_raw.cpp192 Error LinkRaw::Transmit(otLinkRawTransmitDone aCallback) in Transmit()
/openthread-3.6.0/include/openthread/
Dlink_raw.h177 typedef void (*otLinkRawTransmitDone)(otInstance *aInstance, typedef
199 otError otLinkRawTransmit(otInstance *aInstance, otLinkRawTransmitDone aCallback);
/openthread-3.6.0/src/core/api/
Dlink_raw_api.cpp98 otError otLinkRawTransmit(otInstance *aInstance, otLinkRawTransmitDone aCallback) in otLinkRawTransmit()