Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.hpp67 …static constexpr uint8_t kMaxFastPollsUsers = 63; ///< Maximum number of the users of fast poll tx… member in ot::DataPollSender
Ddata_poll_sender.cpp391 if (mFastPollsUsers < kMaxFastPollsUsers) in SendFastPolls()
416 VerifyOrExit(mFastPollsUsers < kMaxFastPollsUsers); in StopFastPolls()