Searched refs:kAttachBackoffMinInterval (Results 1 – 2 of 2) sorted by relevance
1728 …static constexpr uint32_t kAttachBackoffMinInterval = OPENTHREAD_CONFIG_MLE_ATTACH_BACKOFF_MINIMUM… member in ot::Mle::Mle
604 const uint32_t ratio = kAttachBackoffMaxInterval / kAttachBackoffMinInterval; in GetAttachStartDelay()608 delay = kAttachBackoffMinInterval; in GetAttachStartDelay()