Home
last modified time | relevance | path

Searched refs:kDefaultFastPolls (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_sender.hpp65 …static constexpr uint8_t kDefaultFastPolls = 8; ///< Default number of fast poll tx (@sa StartFa… member in ot::DataPollSender
Ddata_poll_sender.cpp398 aNumFastPolls = kDefaultFastPolls; in SendFastPolls()
/openthread-latest/src/core/thread/
Dmle.cpp1883 Get<DataPollSender>().SendFastPolls(DataPollSender::kDefaultFastPolls); in SendDataRequest()