Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel.h1197 SPINEL_CAP_COUNTERS = 5, enumerator
Dspinel.c1576 {SPINEL_CAP_COUNTERS, "COUNTERS"}, in spinel_capability_to_cstr()
/external/openthread/src/ncp/
Dncp_base.cpp1834 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_COUNTERS)); in HandlePropertyGet()