Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp228 static constexpr uint32_t kGuardTimeNewConnectionMilli = 2000; member in ot::MeshCoP::SecureSession
Dsecure_transport.cpp344 mTimerFinish = TimerMilli::GetNow() + kGuardTimeNewConnectionMilli; in Disconnect()