Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.hpp66 static constexpr uint8_t kMaxFastPolls = 15; ///< Maximum number of fast poll tx allowed. member in ot::DataPollSender
Ddata_poll_sender.cpp401 aNumFastPolls = Min(aNumFastPolls, kMaxFastPolls); in SendFastPolls()