Home
last modified time | relevance | path

Searched refs:kRouterRoleUpgradeMaxTimeout (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_notifier.hpp122 static constexpr uint8_t kRouterRoleUpgradeMaxTimeout = 10; // in sec member in ot::NetworkData::Notifier
Dnetwork_data_notifier.cpp339 …mRouterRoleUpgradeTimeout = Random::NonCrypto::GetUint8InRange(1, kRouterRoleUpgradeMaxTimeout + 1… in ScheduleRouterRoleUpgradeIfEligible()