Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp492 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()
Ddata_poll_sender.hpp252 static constexpr uint32_t kRetxPollPeriod = OPENTHREAD_CONFIG_MAC_RETX_POLL_PERIOD; member in ot::DataPollSender
/openthread-latest/src/core/thread/
Dmle.cpp798 static constexpr uint32_t kRetxPollPeriod = OPENTHREAD_CONFIG_MAC_RETX_POLL_PERIOD; in SetTimeout() local
799 …texpr uint32_t kMinTimeoutDataPoll = kMinPollPeriod + kFailedChildTransmissions * kRetxPollPeriod; in SetTimeout()