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

/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java53 private static final long BLE_RETRY_MS = TimeUnit.SECONDS.toMillis(1); field in class:CarBleTrustAgent
211 Log.e(TAG, "Gatt not available, will try again...in " + BLE_RETRY_MS + "ms");
212 mHandler.postDelayed(this::maybeStartBleUnlockService, BLE_RETRY_MS);

Completed in 75 milliseconds