Home
last modified time | relevance | path

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

/openthread-3.6.0/src/lib/spinel/
Dspinel.h1316 SPINEL_CAP_DUA = (SPINEL_CAP_OPENTHREAD__BEGIN + 15), enumerator
Dspinel.c1625 {SPINEL_CAP_DUA, "DUA"}, in spinel_capability_to_cstr()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp2053 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_DUA)); in HandlePropertyGet()