Home
last modified time | relevance | path

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

/openthread-3.6.0/src/ncp/
Dncp_base.cpp283 , mAllowPokeDelegate(nullptr) in NcpBase()
755 mAllowPokeDelegate = aAllowPokeDelegate; in RegisterPeekPokeDelegates()
1401 if (mAllowPokeDelegate != nullptr) in CommandHandler_POKE()
1403 VerifyOrExit(mAllowPokeDelegate(address, count), parseError = OT_ERROR_INVALID_ARGS); in CommandHandler_POKE()
Dncp_base.hpp656 otNcpDelegateAllowPeekPoke mAllowPokeDelegate; member in ot::Ncp::NcpBase