Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dsecurity_manager.cc35 const int kMaxAllowedPairingAttemts = 3; variable
409 if (++pairing_attemts_ >= kMaxAllowedPairingAttemts) { in CheckIfPairingAllowed()