Searched refs:streamPropKey (Results 1 – 1 of 1) sorted by relevance
569 spinel_prop_key_t streamPropKey; in StreamWrite() local573 streamPropKey = SPINEL_PROP_STREAM_DEBUG; in StreamWrite()577 streamPropKey = static_cast<spinel_prop_key_t>(aStreamId); in StreamWrite()581 … VerifyOrExit(!mChangedPropsSet.IsPropertyFiltered(streamPropKey), error = OT_ERROR_INVALID_STATE); in StreamWrite()589 SuccessOrExit(error = mEncoder.BeginFrame(header, SPINEL_CMD_PROP_VALUE_IS, streamPropKey)); in StreamWrite()