Home
last modified time | relevance | path

Searched refs:sSupportsLogStream (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1259 …static bool sSupportsLogStream; ///< RCP supports `LOG_STREAM` property with OpenThread log meta-d… member in ot::Spinel::RadioSpinel
Dradio_spinel.cpp57 bool RadioSpinel::sSupportsLogStream = member in ot::Spinel::RadioSpinel
227sSupportsLogStream = GetSpinelDriver().CoprocessorHasCap(SPINEL_CAP_OPENTHREAD_LOG_META… in InitializeCaps()
568 else if ((aKey == SPINEL_PROP_STREAM_LOG) && sSupportsLogStream) in HandleValueIs()