summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorberyl_hou <beryl_hou@asus.com>2014-11-27 11:13:47 +0800
committerChris Elliott <chriselliott@google.com>2014-12-03 09:51:02 -0800
commitf6b50be545108b5cb7ff2a3dc3d98e36403f9494 (patch)
tree0944c8c7bc5b1f6bf417ff117991210ada89bb86 /include
parent6a45b5611fa101770c6641ddda1aa83fe47b74be (diff)
downloadandroid_hardware_broadcom_libbt-f6b50be545108b5cb7ff2a3dc3d98e36403f9494.tar.gz
android_hardware_broadcom_libbt-f6b50be545108b5cb7ff2a3dc3d98e36403f9494.tar.bz2
android_hardware_broadcom_libbt-f6b50be545108b5cb7ff2a3dc3d98e36403f9494.zip
Anthias: Disable btwrite timer.
bug: 17206195 In order to disable btwrite timer in libbt HAL , set PROC_BTWRITE_TIMER_TIMEOUT_MS to 0. let bluetooth tx timeout only controlled by bluetooth driver. Change-Id: Ib4e4d74be2697cc550810d5c59cde39d54b41014
Diffstat (limited to 'include')
-rw-r--r--include/vnd_anthias.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vnd_anthias.txt b/include/vnd_anthias.txt
index bf59dd5..f1a574c 100644
--- a/include/vnd_anthias.txt
+++ b/include/vnd_anthias.txt
@@ -7,4 +7,4 @@ BTHW_DBG = FALSE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE
BT_WAKE_VIA_PROC = TRUE
-PROC_BTWRITE_TIMER_TIMEOUT_MS = 2000
+PROC_BTWRITE_TIMER_TIMEOUT_MS = 0