Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp387 void DataPollSender::SendFastPolls(uint8_t aNumFastPolls) in SendFastPolls() argument
396 if (aNumFastPolls == 0) in SendFastPolls()
398 aNumFastPolls = kDefaultFastPolls; in SendFastPolls()
401 aNumFastPolls = Min(aNumFastPolls, kMaxFastPolls); in SendFastPolls()
402 mRemainingFastPolls = Max(mRemainingFastPolls, aNumFastPolls); in SendFastPolls()
Ddata_poll_sender.hpp198 void SendFastPolls(uint8_t aNumFastPolls = 0);