Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h4908 SPINEL_PROP_VENDOR__END = 0x4000, enumerator
Dradio_spinel.cpp620 else if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleValueIs()
/openthread-latest/src/ncp/
Dncp_base.cpp1106 if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleCommandPropertySet()
1229 if (aPropKey >= SPINEL_PROP_VENDOR__BEGIN && aPropKey < SPINEL_PROP_VENDOR__END) in WritePropertyValueIsFrame()