Home
last modified time | relevance | path

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

/openthread-3.6.0/src/lib/spinel/
Dspinel.h1296 SPINEL_CAP_RCP_MIN_HOST_API_VERSION = (SPINEL_CAP_RCP__BEGIN + 1), enumerator
Dspinel.c1609 {SPINEL_CAP_RCP_MIN_HOST_API_VERSION, "RCP_MIN_HOST_API_VERSION"}, in spinel_capability_to_cstr()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp1941 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_RCP_MIN_HOST_API_VERSION)); in HandlePropertyGet()