Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h1276 SPINEL_CAP_RCP_MIN_HOST_API_VERSION = (SPINEL_CAP_RCP__BEGIN + 1), enumerator
Dspinel.c1621 {SPINEL_CAP_RCP_MIN_HOST_API_VERSION, "RCP_MIN_HOST_API_VERSION"}, in spinel_capability_to_cstr()
Dradio_spinel.cpp230 …rtsRcpMinHostApiVersion = GetSpinelDriver().CoprocessorHasCap(SPINEL_CAP_RCP_MIN_HOST_API_VERSION); in InitializeCaps()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp569 …SPINEL_CAP_OPENTHREAD_LOG_METADATA, SPINEL_CAP_RCP_MIN_HOST_API_VERSION, SPINEL_CAP_RCP_RESET_TO_B… in TestSpinelCapbilityFlags()
/openthread-latest/src/ncp/
Dncp_base.cpp2028 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_RCP_MIN_HOST_API_VERSION)); in HandlePropertyGet()