Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp67 …rror RcpCapsDiag::HandleSpinelCommand<SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_API_VERSION>(void) in HandleSpinelCommand()
71 …return mRadioSpinel.Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersion… in HandleSpinelCommand()
400 SPINEL_ENTRY(kCategoryBasic, SPINEL_CMD_PROP_VALUE_GET, SPINEL_PROP_RCP_API_VERSION),
/openthread-latest/src/lib/spinel/
Dlogger.cpp319 case SPINEL_PROP_RCP_API_VERSION: in LogSpinelFrame()
333 case SPINEL_PROP_RCP_API_VERSION: in LogSpinelFrame()
Dspinel.h4259 SPINEL_PROP_RCP_API_VERSION = SPINEL_PROP_RCP__BEGIN + 0, enumerator
Dspinel.c1439 {SPINEL_PROP_RCP_API_VERSION, "RCP_API_VERSION"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp280 …SuccessOrExit(error = Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersi… in CheckRcpApiVersion()
/openthread-latest/src/ncp/
Dncp_base_radio.cpp54 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_API_VERSION>(void) in HandlePropertyGet()
Dncp_base_dispatcher.cpp156 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_API_VERSION), in FindGetPropertyHandler()