Home
last modified time | relevance | path

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

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