Home
last modified time | relevance | path

Searched refs:GetIndirectTxAttempts (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp150 … if ((mIndirectTxChild->GetIndirectTxAttempts() > 0) || (mIndirectTxChild->GetCslTxAttempts() > 0)) in HandleFrameRequest()
152 if (mIndirectTxChild->GetIndirectTxAttempts() > 0) in HandleFrameRequest()
212 …direct tx to child %04x failed, attempt %d/%d", aChild.GetRloc16(), aChild.GetIndirectTxAttempts(), in HandleSentFrame()
228 if ((aChild.GetIndirectTxAttempts() < kMaxPollTriggeredTxAttempts) && !aFrame.IsEmpty()) in HandleSentFrame()
Ddata_poll_handler.hpp105 uint8_t GetIndirectTxAttempts(void) const { return mIndirectTxAttempts; } in GetIndirectTxAttempts() function in ot::DataPollHandler::NeighborInfo
/openthread-latest/src/core/thread/
Dcsl_tx_scheduler.cpp177 if (mCslTxNeighbor->GetIndirectTxAttempts() > 0 || mCslTxNeighbor->GetCslTxAttempts() > 0) in HandleFrameRequest()