Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp794 …static constexpr uint32_t kAttachBackoffJitter = OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_JITTER_… member in ot::Mle::Mle
Dmle.cpp669 delay = Random::NonCrypto::AddJitter(kAttachBackoffMaxInterval, kAttachBackoffJitter); in GetAttachStartDelay()