Searched refs:SPINEL_RCP_API_VERSION (Results 1 – 3 of 3) sorted by relevance
270 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()
422 #define SPINEL_RCP_API_VERSION 11 macro
56 return mEncoder.WriteUintPacked(SPINEL_RCP_API_VERSION); in HandlePropertyGet()