Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_handler.hpp96 bool IsDataPollPending(void) const { return mDataPollPending; } in IsDataPollPending() function in ot::DataPollHandler::NeighborInfo
Ddata_poll_handler.cpp268 if (!child.IsDataPollPending()) in ProcessPendingPolls()