Searched refs:aNumFastPolls (Results 1 – 2 of 2) sorted by relevance
387 void DataPollSender::SendFastPolls(uint8_t aNumFastPolls) in SendFastPolls() argument396 if (aNumFastPolls == 0) in SendFastPolls()398 aNumFastPolls = kDefaultFastPolls; in SendFastPolls()401 aNumFastPolls = Min(aNumFastPolls, kMaxFastPolls); in SendFastPolls()402 mRemainingFastPolls = Max(mRemainingFastPolls, aNumFastPolls); in SendFastPolls()
198 void SendFastPolls(uint8_t aNumFastPolls = 0);