Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dexample_vendor_hook.cpp42 otError RadioSpinel::VendorHandleValueIs(spinel_prop_key_t aPropKey) in VendorHandleValueIs() function in ot::Spinel::RadioSpinel
Dradio_spinel.hpp1032 otError VendorHandleValueIs(spinel_prop_key_t aPropKey);
Dradio_spinel.cpp622 error = VendorHandleValueIs(aKey); in HandleValueIs()