Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dcsl_tx_scheduler.cpp197 if (mCslTxChild->GetIndirectTxAttempts() > 0 || mCslTxChild->GetCslTxAttempts() > 0) in HandleFrameRequest()
288 …ogInfo("CSL tx to child %04x failed, attempt %d/%d", aChild.GetRloc16(), aChild.GetCslTxAttempts(), in HandleSentFrame()
291 if (aChild.GetCslTxAttempts() >= kMaxCslTriggeredTxAttempts) in HandleSentFrame()
Dcsl_tx_scheduler.hpp78 uint8_t GetCslTxAttempts(void) const { return mCslTxAttempts; } in GetCslTxAttempts() function in ot::CslTxScheduler::ChildInfo
/openthread-3.7.0/src/core/mac/
Ddata_poll_handler.cpp193 … if ((mIndirectTxChild->GetIndirectTxAttempts() > 0) || (mIndirectTxChild->GetCslTxAttempts() > 0)) in HandleFrameRequest()