Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Ddata_poll_sender.hpp262 Error GetPollDestinationAddress(Mac::Address &aDest, Mac::RadioType &aRadioType) const;
264 Error GetPollDestinationAddress(Mac::Address &aDest) const;
Ddata_poll_sender.cpp127 Error DataPollSender::GetPollDestinationAddress(Mac::Address &aDest, Mac::RadioType &aRadioType) co… in GetPollDestinationAddress() function in ot::DataPollSender
129 Error DataPollSender::GetPollDestinationAddress(Mac::Address &aDest) const in GetPollDestinationAddress()
551 SuccessOrExit(GetPollDestinationAddress(frameInfo.mAddrs.mDestination, radio)); in PrepareDataRequest()
554 SuccessOrExit(GetPollDestinationAddress(frameInfo.mAddrs.mDestination)); in PrepareDataRequest()