Searched refs:kMaxFastPolls (Results 1 – 2 of 2) sorted by relevance
66 static constexpr uint8_t kMaxFastPolls = 15; ///< Maximum number of fast poll tx allowed. member in ot::DataPollSender
401 aNumFastPolls = Min(aNumFastPolls, kMaxFastPolls); in SendFastPolls()