Home
last modified time | relevance | path

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

/openthread-3.6.0/src/lib/spinel/
Dspinel.h4911 SPINEL_PROP_VENDOR__END = 0x4000, enumerator
Dradio_spinel.cpp751 else if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleValueIs()
/openthread-3.6.0/src/ncp/
Dncp_base.cpp1085 if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleCommandPropertySet()
1208 if (aPropKey >= SPINEL_PROP_VENDOR__BEGIN && aPropKey < SPINEL_PROP_VENDOR__END) in WritePropertyValueIsFrame()