Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h4971 SPINEL_PROP_VENDOR__BEGIN = 0x3C00, enumerator
4974 SPINEL_PROP_VENDOR_ESP__BEGIN = (SPINEL_PROP_VENDOR__BEGIN + 0),
4975 SPINEL_PROP_VENDOR_ESP__END = (SPINEL_PROP_VENDOR__BEGIN + 128),
Dradio_spinel.cpp614 else if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleValueIs()
/openthread-latest/src/ncp/
Dncp_base.cpp1096 if (aKey >= SPINEL_PROP_VENDOR__BEGIN && aKey < SPINEL_PROP_VENDOR__END) in HandleCommandPropertySet()
1219 if (aPropKey >= SPINEL_PROP_VENDOR__BEGIN && aPropKey < SPINEL_PROP_VENDOR__END) in WritePropertyValueIsFrame()