Searched defs:IsConnected (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ | ||
D | test_tcat.cpp | 93 bool IsConnected(void) const { return mIsConnected; } in IsConnected() function in ot::TestBleSecure |
/openthread-latest/src/core/radio/ | ||
D | ble_secure.hpp | 152 bool IsConnected(void) const { return mTls.IsConnected(); } in IsConnected() function in ot::Ble::BleSecure |
/openthread-latest/src/core/meshcop/ | ||
D | tcat_agent.hpp | 305 bool IsConnected(void) const { return mState == kStateConnected; } in IsConnected() function in ot::MeshCoP::TcatAgent |
D | secure_transport.hpp | 213 bool IsConnected(void) const { return (mState == kStateConnected); } in IsConnected() function in ot::MeshCoP::SecureSession |