Home
last modified time | relevance | path

Searched refs:SPINEL_PROP_STREAM_DEBUG (Results 1 – 6 of 6) sorted by relevance

/openthread-3.7.0/src/ncp/
Dchanged_props_set.cpp53 {SPINEL_PROP_STREAM_DEBUG, SPINEL_STATUS_OK, true},
Dncp_base.cpp552 streamPropKey = SPINEL_PROP_STREAM_DEBUG; in StreamWrite()
/openthread-3.7.0/src/lib/spinel/
Dspinel.h3491 SPINEL_PROP_STREAM_DEBUG = SPINEL_PROP_STREAM__BEGIN + 0, enumerator
Dlogger.cpp515 case SPINEL_PROP_STREAM_DEBUG: in LogSpinelFrame()
Dspinel.c1375 {SPINEL_PROP_STREAM_DEBUG, "STREAM_DEBUG"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp543 else if (aKey == SPINEL_PROP_STREAM_DEBUG) in HandleValueIs()