Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_radio.cpp52 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_RCP_API_VERSION>(void) in HandlePropertyGet()
Dncp_base_dispatcher.cpp155 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_RCP_API_VERSION), in FindGetPropertyHandler()
/external/openthread/src/lib/spinel/
Dspinel.h4285 SPINEL_PROP_RCP_API_VERSION = SPINEL_PROP_RCP__BEGIN + 0, enumerator
Dspinel.c1424 {SPINEL_PROP_RCP_API_VERSION, "RCP_API_VERSION"}, in spinel_prop_key_to_cstr()
Dradio_spinel_impl.hpp410 …SuccessOrExit(error = Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersi… in CheckRcpApiVersion()