Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Ddata_poll_handler.hpp120 Mac::RadioType GetLastPollRadioType(void) const { return mLastPollRadioType; } in GetLastPollRadioType()
121 …void SetLastPollRadioType(Mac::RadioType aRadioType) { mLastPollRadioType = aRadioType; } in SetLastPollRadioType()
132 Mac::RadioType mLastPollRadioType; // The radio link last data poll frame was received on. member in ot::DataPollHandler::ChildInfo