Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp761 …static constexpr uint32_t kParentRequestRouterTimeout = 750; // Wait time after tx of Parent R… member in ot::Mle::Mle
Dmle.cpp653 delay = 1 + Random::NonCrypto::GetUint32InRange(0, kParentRequestRouterTimeout); in GetAttachStartDelay()
1502 delay = kParentRequestRouterTimeout; in HandleAttachTimer()
Dmle_router.cpp1521 …else if (TimerMilli::GetNow() - child->GetLastHeard() < kParentRequestRouterTimeout - kParentReque… in HandleParentRequest()