Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp337 …pCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_MIN_HOST_API_VERSION>(vo… in HandleSpinelCommand()
341 …return mRadioSpinel.Get(SPINEL_PROP_RCP_MIN_HOST_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &minH… in HandleSpinelCommand()
442 SPINEL_ENTRY(kCategoryUtils, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_MIN_HOST_API_VERSION),
/openthread-latest/src/lib/spinel/
Dlogger.cpp320 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame()
336 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame()
Dspinel.h4270 SPINEL_PROP_RCP_MIN_HOST_API_VERSION = SPINEL_PROP_RCP__BEGIN + 1, enumerator
Dspinel.c1440 {SPINEL_PROP_RCP_MIN_HOST_API_VERSION, "RCP_MIN_HOST_API_VERSION"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp300 …error = Get(SPINEL_PROP_RCP_MIN_HOST_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &minHostRcpApiVer… in CheckRcpApiVersion()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp59 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_MIN_HOST_API_VERSION>(void) in HandlePropertyGet()
Dncp_base_dispatcher.cpp157 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_MIN_HOST_API_VERSION), in FindGetPropertyHandler()