Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp395 bool IsCoexEnabled(void);
Dradio_spinel.cpp1174 bool RadioSpinel::IsCoexEnabled(void) in IsCoexEnabled() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp510 return GetRadioSpinel().IsCoexEnabled(); in otPlatRadioIsCoexEnabled()