Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_handler.hpp120 …void SetLastPollRadioType(Mac::RadioType aRadioType) { mLastPollRadioType = aRadioType; } in SetLastPollRadioType() function in ot::DataPollHandler::NeighborInfo
Ddata_poll_handler.cpp102 child->SetLastPollRadioType(aFrame.GetRadioType()); in HandleDataPoll()