Home
last modified time | relevance | path

Searched refs:InvokeSendDone (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/radio/
Dtrel_link.hpp181 void InvokeSendDone(Error aError) { InvokeSendDone(aError, nullptr); } in InvokeSendDone() function in ot::Trel::Link
182 void InvokeSendDone(Error aError, Mac::RxFrame *aAckFrame);
Dtrel_link.cpp130 VerifyOrExit(!mTxFrame.IsEmpty(), InvokeSendDone(kErrorAbort)); in BeginTransmit()
211 VerifyOrExit(mInterface.Send(txPacket, isDiscovery) == kErrorNone, InvokeSendDone(kErrorAbort)); in BeginTransmit()
240 InvokeSendDone(kErrorNone, ackFrame); in BeginTransmit()
246 void Link::InvokeSendDone(Error aError, Mac::RxFrame *aAckFrame) in InvokeSendDone() function in ot::Trel::Link