Home
last modified time | relevance | path

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

/openthread-2.7.6/src/ncp/
Dncp_base.cpp229 , mAllowPokeDelegate(nullptr) in NcpBase()
702 mAllowPokeDelegate = aAllowPokeDelegate; in RegisterPeekPokeDelagates()
1318 if (mAllowPokeDelegate != nullptr) in CommandHandler_POKE()
1320 VerifyOrExit(mAllowPokeDelegate(address, count), parseError = OT_ERROR_INVALID_ARGS); in CommandHandler_POKE()
Dncp_base.hpp597 otNcpDelegateAllowPeekPoke mAllowPokeDelegate; member in ot::Ncp::NcpBase