Home | History | Annotate | Download | only in server

Lines Matching defs:attempt

125     // The time (in millisecs) to delay the pairing attempt after the first
126 // auto pairing attempt fails. We use an exponential delay with
553 int attempt = mBondState.getAttempt(address);
559 if (attempt > 0 && attempt <= 2) {
560 mBondState.attempt(address);
564 if (attempt > 0) mBondState.clearPinAttempts(address);
683 mBondState.attempt(address);
728 int attempt = mBondState.getAttempt(address);
729 if (attempt * INIT_AUTO_PAIRING_FAILURE_ATTEMPT_DELAY >
739 attempt * INIT_AUTO_PAIRING_FAILURE_ATTEMPT_DELAY);