Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_handler.hpp96 bool IsDataPollPending(void) const { return mDataPollPending; } in IsDataPollPending()
97 void SetDataPollPending(bool aPending) { mDataPollPending = aPending; } in SetDataPollPending()
127 bool mDataPollPending : 1; // Indicates whether or not a Data Poll was received. member in ot::DataPollHandler::NeighborInfo