Home
last modified time | relevance | path

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

/openthread-3.7.0/src/lib/spinel/
Dlogger.cpp319 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame()
335 case SPINEL_PROP_RCP_MIN_HOST_API_VERSION: in LogSpinelFrame()
Dspinel.h4401 SPINEL_PROP_RCP_MIN_HOST_API_VERSION = SPINEL_PROP_RCP__BEGIN + 1, enumerator
Dspinel.c1429 {SPINEL_PROP_RCP_MIN_HOST_API_VERSION, "RCP_MIN_HOST_API_VERSION"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp288 …error = Get(SPINEL_PROP_RCP_MIN_HOST_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &minHostRcpApiVer… in CheckRcpApiVersion()
/openthread-3.7.0/src/ncp/
Dncp_base_dispatcher.cpp156 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_MIN_HOST_API_VERSION), in FindGetPropertyHandler()
Dncp_base_radio.cpp59 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_MIN_HOST_API_VERSION>(void) in HandlePropertyGet()