Searched refs:SPINEL_PROP_RCP_MIN_HOST_API_VERSION (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 337 …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/ |
D | logger.cpp | 320 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame() 336 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame()
|
D | spinel.h | 4270 SPINEL_PROP_RCP_MIN_HOST_API_VERSION = SPINEL_PROP_RCP__BEGIN + 1, enumerator
|
D | spinel.c | 1440 {SPINEL_PROP_RCP_MIN_HOST_API_VERSION, "RCP_MIN_HOST_API_VERSION"}, in spinel_prop_key_to_cstr()
|
D | radio_spinel.cpp | 300 …error = Get(SPINEL_PROP_RCP_MIN_HOST_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &minHostRcpApiVer… in CheckRcpApiVersion()
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 59 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_MIN_HOST_API_VERSION>(void) in HandlePropertyGet()
|
D | ncp_base_dispatcher.cpp | 157 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_MIN_HOST_API_VERSION), in FindGetPropertyHandler()
|