Home
last modified time | relevance | path

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

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