Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp154 SuccessOrDie(mRadioSpinel.SetCoexEnabled(enableCoex[0] != '0')); in ProcessRadioUrl()
504 return GetRadioSpinel().SetCoexEnabled(aEnabled); in otPlatRadioSetCoexEnabled()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp386 otError SetCoexEnabled(bool aEnabled);
Dradio_spinel.cpp1159 otError RadioSpinel::SetCoexEnabled(bool aEnabled) in SetCoexEnabled() function in ot::Spinel::RadioSpinel