Home
last modified time | relevance | path

Searched refs:rcpApiVersion (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp69 unsigned int rcpApiVersion; in HandleSpinelCommand() local
71 …eturn mRadioSpinel.Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersion); in HandleSpinelCommand()
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp278 unsigned int rcpApiVersion; in CheckRcpApiVersion() local
280 …essOrExit(error = Get(SPINEL_PROP_RCP_API_VERSION, SPINEL_DATATYPE_UINT_PACKED_S, &rcpApiVersion)); in CheckRcpApiVersion()
282 if (rcpApiVersion < SPINEL_MIN_HOST_SUPPORTED_RCP_API_VERSION) in CheckRcpApiVersion()
285 LogCrit("RCP API Version %u is older than min required by host %u", rcpApiVersion, in CheckRcpApiVersion()