summaryrefslogtreecommitdiff
path: root/framework/java
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-10-13 00:52:15 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-10-13 00:52:15 +0800
commit8ca8bb3a20242f1dd0cada95ceb8079668cf92d4 (patch)
treea0abe752e62049cead52e4be7e674f8f1a97eb0c /framework/java
parent4599446edf34271008acf524288afcf54a217d83 (diff)
parent47d641f891446e8aa19172980472ff4b8801e6d2 (diff)
Merge tag 'LA.QSSI.13.0.r1-11900-qssi.0' into tachibana-mr1tachibana-mr1
"LA.QSSI.13.0.r1-11900-qssi.0" Change-Id: Ie2fcd0517851dc08814717d2d5984e608bfacfba
Diffstat (limited to 'framework/java')
-rw-r--r--framework/java/android/bluetooth/BluetoothUtils.java6
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