Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp54 , mRemainingFastPolls(0) in DataPollSender()
85 mRemainingFastPolls = 0; in StopPolling()
217 if (mRemainingFastPolls != 0) in HandlePollSent()
219 mRemainingFastPolls--; in HandlePollSent()
221 if (mRemainingFastPolls == 0) in HandlePollSent()
389 bool shouldRecalculatePollPeriod = (mRemainingFastPolls == 0); in SendFastPolls()
402 mRemainingFastPolls = Max(mRemainingFastPolls, aNumFastPolls); in SendFastPolls()
422 mRemainingFastPolls = 0; in StopFastPolls()
502 if (mRemainingFastPolls != 0) in CalculatePollPeriod()
Ddata_poll_sender.hpp281 …uint8_t mRemainingFastPolls : 4; // Number of remaining fast polls when in transient fast pollin… member in ot::DataPollSender