Home
last modified time | relevance | path

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

/openthread-3.4.0/src/lib/spinel/
Dspinel.h1241 SPINEL_CAP_JAM_DETECT = 6, enumerator
Dspinel.c1580 {SPINEL_CAP_JAM_DETECT, "JAM_DETECT"}, in spinel_capability_to_cstr()
/openthread-3.4.0/src/ncp/
Dncp_base.cpp1869 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_JAM_DETECT)); in HandlePropertyGet()