Home
last modified time | relevance | path

Searched defs:IsConnectionActive (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/coap/
Dcoap_secure.hpp133 bool IsConnectionActive(void) const { return mDtls.IsConnectionActive(); } in IsConnectionActive() function in ot::Coap::CoapSecure
/external/openthread/src/core/meshcop/
Ddtls.hpp178 bool IsConnectionActive(void) const { return mState >= kStateConnecting; } in IsConnectionActive() function in ot::MeshCoP::Dtls