Home
last modified time | relevance | path

Searched refs:kMinPollPeriod (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp463 if (mTimerStartTime + mPollPeriod < now + kMinPollPeriod) in ScheduleNextPoll()
465 mTimer.StartAt(now, kMinPollPeriod); in ScheduleNextPoll()
514 period = kMinPollPeriod; in CalculatePollPeriod()
Ddata_poll_sender.hpp254 static constexpr uint32_t kMinPollPeriod = OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD; member in ot::DataPollSender
/openthread-latest/src/core/thread/
Dmle.cpp797 static constexpr uint32_t kMinPollPeriod = OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD; in SetTimeout() local
799 …static constexpr uint32_t kMinTimeoutDataPoll = kMinPollPeriod + kFailedChildTransmissions * kRet… in SetTimeout()