Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h1275 SPINEL_CAP_RCP_API_VERSION = (SPINEL_CAP_RCP__BEGIN + 0), enumerator
Dspinel.c1620 {SPINEL_CAP_RCP_API_VERSION, "RCP_API_VERSION"}, in spinel_capability_to_cstr()
Dradio_spinel.cpp228 aSupportsRcpApiVersion = GetSpinelDriver().CoprocessorHasCap(SPINEL_CAP_RCP_API_VERSION); in InitializeCaps()
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp567 SPINEL_CAP_RCP_API_VERSION}; in TestSpinelCapbilityFlags()
/openthread-latest/src/ncp/
Dncp_base.cpp2027 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_RCP_API_VERSION)); in HandlePropertyGet()