Searched refs:kMaxTxCount (Results 1 – 4 of 4) sorted by relevance
3866 if (mTxCount >= kMaxTxCount) in HandleTimer()3878 delay = (mTxCount == kMaxTxCount) ? kWaitOnLastAttempt : kTxInterval; in HandleTimer()3879 LogInfo("RsSender: Sent RS %u/%u", mTxCount, kMaxTxCount); in HandleTimer()3883 … LogCrit("RsSender: Failed to send RS %u/%u: %s", mTxCount + 1, kMaxTxCount, ErrorToString(error)); in HandleTimer()
1439 static constexpr uint8_t kMaxTxCount = 3; // Number of RS tx in one cycle. member in ot::BorderRouter::RoutingManager::RsSender
785 static constexpr uint8_t kMaxTxCount = 3; // Max tx count for MLE message member in ot::Mle::Mle
1739 … sendLinkRequest = (age < kMaxNeighborAge + kMaxTxCount * TimeMilli::kOneSecondInMsec); in HandleTimeTick()4004 mAttempts = kMaxTxCount; in Start()