Home
last modified time | relevance | path

Searched refs:GetCoexMetrics (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp405 otError GetCoexMetrics(otRadioCoexMetrics &aCoexMetrics);
Dradio_spinel.cpp1183 otError RadioSpinel::GetCoexMetrics(otRadioCoexMetrics &aCoexMetrics) in GetCoexMetrics() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp521 error = GetRadioSpinel().GetCoexMetrics(*aCoexMetrics); in otPlatRadioGetCoexMetrics()
Drcp_caps_diag.cpp333 return mRadioSpinel.GetCoexMetrics(coexMetrics); in HandleSpinelCommand()