Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.hpp356 otError EncodeNeighborMultiRadioInfo(uint32_t aSpinelRadioLink, const otRadioLinkInfo &aInfo);
Dncp_base_mtd.cpp3546 otError NcpBase::EncodeNeighborMultiRadioInfo(uint32_t aSpinelRadioLink, const otRadioLinkInfo &aIn… in EncodeNeighborMultiRadioInfo() function in ot::Ncp::NcpBase
3577 SuccessOrExit(error = EncodeNeighborMultiRadioInfo(SPINEL_RADIO_LINK_IEEE_802_15_4, in HandlePropertyGet()
3584 … error = EncodeNeighborMultiRadioInfo(SPINEL_RADIO_LINK_TREL_UDP6, multiRadioInfo.mTrelUdp6Info)); in HandlePropertyGet()