Home
last modified time | relevance | path

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

/external/openthread/src/core/coap/
Dcoap_secure.hpp155 bool IsConnectionActive(void) const { return mDtls.IsConnectionActive(); } in IsConnectionActive() function in ot::Coap::CoapSecure
/external/openthread/src/core/radio/
Dble_secure.hpp141 bool IsConnectionActive(void) const { return mTls.IsConnectionActive(); } in IsConnectionActive() function in ot::Ble::BleSecure
/external/openthread/src/core/meshcop/
Dsecure_transport.hpp226 bool IsConnectionActive(void) const { return mState >= kStateConnecting; } in IsConnectionActive() function in ot::MeshCoP::SecureTransport