Home
last modified time | relevance | path

Searched refs:SPINEL_RCP_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp270 static_assert(SPINEL_MIN_HOST_SUPPORTED_RCP_API_VERSION <= SPINEL_RCP_API_VERSION, in CheckRcpApiVersion()
302 if (SPINEL_RCP_API_VERSION < minHostRcpApiVersion) in CheckRcpApiVersion()
306 SPINEL_RCP_API_VERSION); in CheckRcpApiVersion()
Dspinel.h422 #define SPINEL_RCP_API_VERSION 11 macro
/openthread-latest/src/ncp/
Dncp_base_radio.cpp56 return mEncoder.WriteUintPacked(SPINEL_RCP_API_VERSION); in HandlePropertyGet()