Home
last modified time | relevance | path

Searched refs:HandleValueIs (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1174 void HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength);
Dradio_spinel.cpp350 HandleValueIs(key, data, static_cast<uint16_t>(len)); in HandleNotification()
382 HandleValueIs(key, data, static_cast<uint16_t>(len)); in HandleNotification()
499 void RadioSpinel::HandleValueIs(spinel_prop_key_t aKey, const uint8_t *aBuffer, uint16_t aLength) in HandleValueIs() function in ot::Spinel::RadioSpinel