Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_handler.cpp55 child.SetDataPollPending(false); in Clear()
127 child->SetDataPollPending(true); in HandleDataPoll()
283 mIndirectTxChild->SetDataPollPending(false); in ProcessPendingPolls()
Ddata_poll_handler.hpp97 void SetDataPollPending(bool aPending) { mDataPollPending = aPending; } in SetDataPollPending() function in ot::DataPollHandler::NeighborInfo