Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp324 typedef void (*AutoCloseCallback)(void *aContext); typedef in ot::MeshCoP::SecureTransport
602 …Error SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback, void *aContext);
806 Callback<AutoCloseCallback> mAutoCloseCallback;
Dsecure_transport.cpp693 Error SecureTransport::SetMaxConnectionAttempts(uint16_t aMaxAttempts, AutoCloseCallback aCallback,… in SetMaxConnectionAttempts()