From f6b50be545108b5cb7ff2a3dc3d98e36403f9494 Mon Sep 17 00:00:00 2001 From: beryl_hou Date: Thu, 27 Nov 2014 11:13:47 +0800 Subject: 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 --- include/vnd_anthias.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3