Searched refs:kMaxFastPollsUsers (Results 1 – 2 of 2) sorted by relevance
67 …static constexpr uint8_t kMaxFastPollsUsers = 63; ///< Maximum number of the users of fast poll tx… member in ot::DataPollSender
391 if (mFastPollsUsers < kMaxFastPollsUsers) in SendFastPolls()416 VerifyOrExit(mFastPollsUsers < kMaxFastPollsUsers); in StopFastPolls()