Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp329 …r RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_COEX_METRICS>(void) in HandleSpinelCommand()
441 SPINEL_ENTRY(kCategoryUtils, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RADIO_COEX_METRICS),
/openthread-latest/src/ncp/
Dncp_base_dispatcher.cpp253 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RADIO_COEX_METRICS), in FindGetPropertyHandler()
Dncp_base.cpp2685 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RADIO_COEX_METRICS>(void) in HandlePropertyGet()
/openthread-latest/src/lib/spinel/
Dspinel.h1932 SPINEL_PROP_RADIO_COEX_METRICS = SPINEL_PROP_PHY_EXT__BEGIN + 12, enumerator
Dlogger.cpp618 case SPINEL_PROP_RADIO_COEX_METRICS: in LogSpinelFrame()
Dspinel.c1252 {SPINEL_PROP_RADIO_COEX_METRICS, "RADIO_COEX_METRICS"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp1187 error = Get(SPINEL_PROP_RADIO_COEX_METRICS, in GetCoexMetrics()