Home
last modified time | relevance | path

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

/openthread-3.4.0/src/ncp/
Dncp_base.hpp202 otError HandleCommandPropertySet(uint8_t aHeader, spinel_prop_key_t aKey);
Dncp_base.cpp987 otError NcpBase::HandleCommandPropertySet(uint8_t aHeader, spinel_prop_key_t aKey) in HandleCommandPropertySet() function in ot::Ncp::NcpBase
1251 error = HandleCommandPropertySet(aHeader, static_cast<spinel_prop_key_t>(propKey)); in CommandHandler_PROP_VALUE_update()