Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dmle.hpp1728 …static constexpr uint32_t kAttachBackoffMinInterval = OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_MINIMUM… member in ot::Mle::Mle
Dmle.cpp604 const uint32_t ratio = kAttachBackoffMaxInterval / kAttachBackoffMinInterval; in GetAttachStartDelay()
608 delay = kAttachBackoffMinInterval; in GetAttachStartDelay()