Searched refs:GetIndirectTxAttempts (Results 1 – 3 of 3) sorted by relevance
150 … 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()
105 uint8_t GetIndirectTxAttempts(void) const { return mIndirectTxAttempts; } in GetIndirectTxAttempts() function in ot::DataPollHandler::NeighborInfo
177 if (mCslTxNeighbor->GetIndirectTxAttempts() > 0 || mCslTxNeighbor->GetCslTxAttempts() > 0) in HandleFrameRequest()