Searched refs:kRetxPollPeriod (Results 1 – 3 of 3) sorted by relevance
492 period = Min(period, kRetxPollPeriod); in CalculatePollPeriod()522 uint32_t pollAhead = static_cast<uint32_t>(kRetxPollPeriod) * kMaxPollRetxAttempts; in GetDefaultPollPeriod()531 pollAhead = static_cast<uint32_t>(kRetxPollPeriod); in GetDefaultPollPeriod()
252 static constexpr uint32_t kRetxPollPeriod = OPENTHREAD_CONFIG_MAC_RETX_POLL_PERIOD; member in ot::DataPollSender
798 static constexpr uint32_t kRetxPollPeriod = OPENTHREAD_CONFIG_MAC_RETX_POLL_PERIOD; in SetTimeout() local799 …texpr uint32_t kMinTimeoutDataPoll = kMinPollPeriod + kFailedChildTransmissions * kRetxPollPeriod; in SetTimeout()