Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp61 bool CanReceiveOnChannel(uint8_t aChannel) const;
Dnexus_core.cpp137 … if ((&rxNode == &aNode) || !rxNode.mRadio.CanReceiveOnChannel(aNode.mRadio.mTxFrame.GetChannel())) in ProcessRadio()
Dnexus_radio.cpp252 bool Radio::CanReceiveOnChannel(uint8_t aChannel) const in CanReceiveOnChannel() function in ot::Nexus::Radio