Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dchanged_props_set.cpp53 {SPINEL_PROP_STREAM_DEBUG, SPINEL_STATUS_OK, true},
Dncp_base.cpp563 streamPropKey = SPINEL_PROP_STREAM_DEBUG; in StreamWrite()
/openthread-latest/src/lib/spinel/
Dspinel.h3540 SPINEL_PROP_STREAM_DEBUG = SPINEL_PROP_STREAM__BEGIN + 0, enumerator
Dlogger.cpp516 case SPINEL_PROP_STREAM_DEBUG: in LogSpinelFrame()
Dspinel.c1377 {SPINEL_PROP_STREAM_DEBUG, "STREAM_DEBUG"}, in spinel_prop_key_to_cstr()
Dradio_spinel.cpp551 else if (aKey == SPINEL_PROP_STREAM_DEBUG) in HandleValueIs()