Searched refs:SPINEL_PROP_RCP_API_VERSION (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 67 …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/ |
D | logger.cpp | 319 case SPINEL_PROP_RCP_API_VERSION: in LogSpinelFrame() 333 case SPINEL_PROP_RCP_API_VERSION: in LogSpinelFrame()
|
D | spinel.h | 4259 SPINEL_PROP_RCP_API_VERSION = SPINEL_PROP_RCP__BEGIN + 0, enumerator
|
D | spinel.c | 1439 {SPINEL_PROP_RCP_API_VERSION, "RCP_API_VERSION"}, in spinel_prop_key_to_cstr()
|
D | radio_spinel.cpp | 280 …SuccessOrExit(error = Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersi… in CheckRcpApiVersion()
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 54 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_API_VERSION>(void) in HandlePropertyGet()
|
D | ncp_base_dispatcher.cpp | 156 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_API_VERSION), in FindGetPropertyHandler()
|