Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.cpp286 , mAllowPeekDelegate(nullptr) in NcpBase()
775 mAllowPeekDelegate = aAllowPeekDelegate; in RegisterPeekPokeDelegates()
1389 if (mAllowPeekDelegate != nullptr) in CommandHandler_PEEK()
1391 VerifyOrExit(mAllowPeekDelegate(address, count), parseError = OT_ERROR_INVALID_ARGS); in CommandHandler_PEEK()
Dncp_base.hpp758 otNcpDelegateAllowPeekPoke mAllowPeekDelegate; member in ot::Ncp::NcpBase