Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp286 , mAllowPokeDelegate(nullptr) in NcpBase()
766 mAllowPokeDelegate = aAllowPokeDelegate; in RegisterPeekPokeDelegates()
1414 if (mAllowPokeDelegate != nullptr) in CommandHandler_POKE()
1416 VerifyOrExit(mAllowPokeDelegate(address, count), parseError = OT_ERROR_INVALID_ARGS); in CommandHandler_POKE()
Dncp_base.hpp669 otNcpDelegateAllowPeekPoke mAllowPokeDelegate; member in ot::Ncp::NcpBase