Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dexample_vendor_hook.cpp40 otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand) in VendorCommandHandler() function in ot::Ncp::NcpBase
Dncp_base.hpp661 otError VendorCommandHandler(uint8_t aHeader, unsigned int aCommand);
Dncp_base.cpp1027 error = VendorCommandHandler(aHeader, command); in HandleCommand()