Searched refs:kMinPollPeriod (Results 1 – 3 of 3) sorted by relevance
463 if (mTimerStartTime + mPollPeriod < now + kMinPollPeriod) in ScheduleNextPoll()465 mTimer.StartAt(now, kMinPollPeriod); in ScheduleNextPoll()514 period = kMinPollPeriod; in CalculatePollPeriod()
254 static constexpr uint32_t kMinPollPeriod = OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD; member in ot::DataPollSender
797 static constexpr uint32_t kMinPollPeriod = OPENTHREAD_CONFIG_MAC_MINIMUM_POLL_PERIOD; in SetTimeout() local799 …static constexpr uint32_t kMinTimeoutDataPoll = kMinPollPeriod + kFailedChildTransmissions * kRet… in SetTimeout()