Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp196 bool shouldRecalculatePollPeriod = false; in HandlePollSent() local
223 shouldRecalculatePollPeriod = true; in HandlePollSent()
232 shouldRecalculatePollPeriod = true; in HandlePollSent()
240 shouldRecalculatePollPeriod = true; in HandlePollSent()
263 shouldRecalculatePollPeriod = true; in HandlePollSent()
270 shouldRecalculatePollPeriod = true; in HandlePollSent()
276 if (shouldRecalculatePollPeriod) in HandlePollSent()
389 bool shouldRecalculatePollPeriod = (mRemainingFastPolls == 0); in SendFastPolls() local
404 if (mEnabled && shouldRecalculatePollPeriod) in SendFastPolls()