Searched refs:IsConnectionActive (Results 1 – 4 of 4) sorted by relevance
133 bool IsConnectionActive(void) const { return mDtls.IsConnectionActive(); } in IsConnectionActive() function in ot::Coap::CoapSecure
126 return AsCoreType(aInstance).GetApplicationCoapSecure().IsConnectionActive(); in otCoapSecureIsConnectionActive()
178 bool IsConnectionActive(void) const { return mState >= kStateConnecting; } in IsConnectionActive() function in ot::MeshCoP::Dtls
1009 if (!Get<Coap::CoapSecure>().IsConnectionActive()) in HandleRelayReceive()