Home
last modified time | relevance | path

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

/system/bt/gd/security/
Dpairing_handler_le.h83 constexpr int SMP_TIMEOUT = 30; variable
272 …if (pairing_thread_blocker_.wait_for(lock, std::chrono::seconds(SMP_TIMEOUT)) == std::cv_status::t… in WaitForEvent()