Home
last modified time | relevance | path

Searched refs:mDidConnectWithEphemeralKey (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/meshcop/
Dborder_agent.cpp60 , mDidConnectWithEphemeralKey(false) in BorderAgent()
289 mDidConnectWithEphemeralKey = true; in HandleConnected()
308 if (mDidConnectWithEphemeralKey) in HandleConnected()
796 mDidConnectWithEphemeralKey = false; in SetEphemeralKey()
Dborder_agent.hpp346 bool mDidConnectWithEphemeralKey : 1; member in ot::MeshCoP::BorderAgent