Searched refs:numTries (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c1609 unsigned int numTries = 0; local
1620 while (!resetSuccess && numTries < NUM_RESET_ATTEMPTS) {
1621 if (numTries++ > 0) {
1622 ALOGW("BCM2079x: retrying reset, attempt %d/%d", numTries, NUM_RESET_ATTEMPTS);

Completed in 65 milliseconds