Home
last modified time | relevance | path

Searched refs:SendFastPolls (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/mac/
Ddata_poll_sender.hpp198 void SendFastPolls(uint8_t aNumFastPolls = 0);
Ddata_poll_sender.cpp387 void DataPollSender::SendFastPolls(uint8_t aNumFastPolls) in SendFastPolls() function in ot::DataPollSender
/openthread-latest/src/core/thread/
Dmlr_manager.cpp287 Get<DataPollSender>().SendFastPolls(); in SendMlr()
Ddua_manager.cpp529 Get<DataPollSender>().SendFastPolls(); in PerformNextRegistration()
Dmle.cpp1883 Get<DataPollSender>().SendFastPolls(DataPollSender::kDefaultFastPolls); in SendDataRequest()
/openthread-latest/src/core/net/
Dsrp_client.cpp1059 Get<DataPollSender>().SendFastPolls(kFastPollsAfterUpdateTx); in SendUpdate()