Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dwakeup_tx_scheduler.hpp82 return mIntervalUs * kConnectionRetryInterval * kConnectionRetryCount; in GetConnectionWindowUs()
103 …constexpr static uint8_t kConnectionRetryInterval = OPENTHREAD_CONFIG_WAKEUP_COORDINATOR_CONNECTI… member in ot::WakeupTxScheduler
Dwakeup_tx_scheduler.cpp116 connectionIe->SetRetryInterval(kConnectionRetryInterval); in PrepareWakeupFrame()