Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dble_secure.hpp144 bool IsConnectionActive(void) const { return mTls.IsConnectionActive(); } in IsConnectionActive() function in ot::Ble::BleSecure
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp205 bool IsConnectionActive(void) const { return (mState != kStateDisconnected); } in IsConnectionActive() function in ot::MeshCoP::SecureSession