Searched refs:GetCslTxAttempts (Results 1 – 3 of 3) sorted by relevance
197 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()
78 uint8_t GetCslTxAttempts(void) const { return mCslTxAttempts; } in GetCslTxAttempts() function in ot::CslTxScheduler::ChildInfo
193 … if ((mIndirectTxChild->GetIndirectTxAttempts() > 0) || (mIndirectTxChild->GetCslTxAttempts() > 0)) in HandleFrameRequest()