Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/mac/
Ddata_poll_sender.hpp270 static constexpr uint32_t kAttachDataPollPeriod = OPENTHREAD_CONFIG_MAC_ATTACH_DATA_POLL_PERIOD; member in ot::DataPollSender
Ddata_poll_sender.cpp506 period = OT_MIN(period, kAttachDataPollPeriod); in CalculatePollPeriod()