diff options
Diffstat (limited to 'framework/java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothUtils.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/framework/java/android/bluetooth/BluetoothUtils.java b/framework/java/android/bluetooth/BluetoothUtils.java index 43d0da9ac0..512787893c 100644 --- a/framework/java/android/bluetooth/BluetoothUtils.java +++ b/framework/java/android/bluetooth/BluetoothUtils.java @@ -35,10 +35,8 @@ public final class BluetoothUtils { */ private BluetoothUtils() {} - /** - * Timeout value for synchronous binder call - */ - private static final Duration SYNC_CALLS_TIMEOUT = Duration.ofSeconds(5); + /** Timeout value for synchronous binder call */ + private static final Duration SYNC_CALLS_TIMEOUT = Duration.ofSeconds(3); /** * @return timeout value for synchronous binder call |