Home
last modified time | relevance | path

Searched refs:EnableSrcMatch (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/core/radio/
Dradio.hpp641 void EnableSrcMatch(bool aEnable);
1012 inline void Radio::EnableSrcMatch(bool aEnable) { otPlatRadioEnableSrcMatch(GetInstancePtr(), aEnab… in EnableSrcMatch() function in ot::Radio
1123 inline void Radio::EnableSrcMatch(bool) {} in EnableSrcMatch() function in ot::Radio
Dradio.cpp55 EnableSrcMatch(false); in Init()
/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp115 Get<Radio>().EnableSrcMatch(mEnabled); in Enable()
/openthread-latest/src/core/api/
Dlink_raw_api.cpp119 instance.Get<Radio>().EnableSrcMatch(aEnable); in otLinkRawSrcMatchEnable()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp462 otError EnableSrcMatch(bool aEnable);
Dradio_spinel.cpp982 otError RadioSpinel::EnableSrcMatch(bool aEnable) in EnableSrcMatch() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp396 SuccessOrDie(GetRadioSpinel().EnableSrcMatch(aEnable)); in otPlatRadioEnableSrcMatch()