Searched refs:mErrorRecoveryRetryCounter (Results 1 – 1 of 1) sorted by relevance
209 private int mErrorRecoveryRetryCounter; field in BluetoothManagerService392 mErrorRecoveryRetryCounter = 0; in BluetoothManagerService()1828 if (mErrorRecoveryRetryCounter != 0) { in handleMessage()1830 mErrorRecoveryRetryCounter = 0; in handleMessage()2334 if (mErrorRecoveryRetryCounter++ < MAX_ERROR_RESTART_RETRIES) { in recoverBluetoothServiceFromError()