Searched refs:CanReceiveOnChannel (Results 1 – 3 of 3) sorted by relevance
61 bool CanReceiveOnChannel(uint8_t aChannel) const;
137 … if ((&rxNode == &aNode) || !rxNode.mRadio.CanReceiveOnChannel(aNode.mRadio.mTxFrame.GetChannel())) in ProcessRadio()
252 bool Radio::CanReceiveOnChannel(uint8_t aChannel) const in CanReceiveOnChannel() function in ot::Nexus::Radio