Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java118 private static final int MAX_CONNECTION_RETRIES = 2; field in BluetoothRouteManager
659 boolean shouldRetry = retryCount < MAX_CONNECTION_RETRIES; in connectBtAudio()