Searched refs:IsConnectionActive (Results 1 – 6 of 6) sorted by relevance
144 bool IsConnectionActive(void) const { return mTls.IsConnectionActive(); } in IsConnectionActive() function in ot::Ble::BleSecure
140 return AsCoreType(aInstance).GetApplicationCoapSecure().IsConnectionActive(); in otCoapSecureIsConnectionActive()
162 return AsCoreType(aInstance).Get<Ble::BleSecure>().IsConnectionActive(); in otBleSecureIsConnectionActive()
278 VerifyOrQuit(!dtls0.IsConnectionActive()); in TestDtlsSingleSession()429 VerifyOrQuit(!dtls0.IsConnectionActive()); in TestDtlsSingleSession()
205 bool IsConnectionActive(void) const { return (mState != kStateDisconnected); } in IsConnectionActive() function in ot::MeshCoP::SecureSession
897 if (!Get<Tmf::SecureAgent>().IsConnectionActive()) in HandleTmf()