summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tjin <pattjin@google.com>2014-05-07 09:50:52 -0700
committerPatrick Tjin <pattjin@google.com>2014-05-07 09:50:52 -0700
commit4867e48afa31ae516218c873c0282a9ccd83b646 (patch)
tree991323f4a3bfbc0002041b2231e87f091f5ba7a4
parentb848c17bad4a03e2b9ce63e8f6678468728d753a (diff)
downloadandroid_hardware_broadcom_libbt-4867e48afa31ae516218c873c0282a9ccd83b646.tar.gz
android_hardware_broadcom_libbt-4867e48afa31ae516218c873c0282a9ccd83b646.tar.bz2
android_hardware_broadcom_libbt-4867e48afa31ae516218c873c0282a9ccd83b646.zip
sprat: update btwrite timeout to 2000ms
Update btwrite timeout to 2000ms to match new timeout in kernel change 5b7defc. Change-Id: Ic15901236e39170c75d770f50709cd21503a1ec2
-rw-r--r--include/vnd_sprat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vnd_sprat.txt b/include/vnd_sprat.txt
index 31758ad..adfb9fb 100644
--- a/include/vnd_sprat.txt
+++ b/include/vnd_sprat.txt
@@ -18,4 +18,4 @@ BTHW_DBG = TRUE
VNDUSERIAL_DBG = TRUE
UPIO_DBG = FALSE
BT_WAKE_VIA_PROC = TRUE
-PROC_BTWRITE_TIMER_TIMEOUT_MS = 700
+PROC_BTWRITE_TIMER_TIMEOUT_MS = 2000