Searched refs:mDataPollPending (Results 1 – 1 of 1) sorted by relevance
96 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