Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.hpp373 …bool HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otError &aE…
Dncp_base.cpp1045 bool NcpBase::HandlePropertySetForSpecialProperties(uint8_t aHeader, spinel_prop_key_t aKey, otErro… in HandlePropertySetForSpecialProperties() function in ot::Ncp::NcpBase
1101 bool didHandle = HandlePropertySetForSpecialProperties(aHeader, aKey, error); in HandleCommandPropertySet()