summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhao Xuewen <zhaoxuewen@huawei.com>2016-04-29 10:47:19 +0800
committerChenjie Luo <cjluo@google.com>2016-04-29 10:07:52 -0700
commit384ec0fdc2018b586544ba1d0ed868dfd693bb08 (patch)
treeedc6fa69509e6abbabe666100b1884c3183d2273
parentb8796066516c4d403b8c798d936475a313dc5988 (diff)
downloadlibbt-384ec0fdc2018b586544ba1d0ed868dfd693bb08.tar.gz
Bluetooth:change the BT FW init parameters
change the parameters of LPM_IDLE_THRESHOLD and LPM_HC_IDLE_THRESHOLD to 24. HCI command 0xfc27 VSC will send the two value to BT chip when init. LPM_IDLE_THRESHOLD is the number of firmware loops executed with no activity before the Host wake line is deasserted. LPM_HC_IDLE_THRESHOLD is the number of firmware loops executed with no activity before the HC is considered idle. BUG:27536255 Change-Id: Ib2a57a84bde0ef50df71082ba69a41c60ca002db Signed-off-by: z00184990 <z00184990@notesmail.huawei.com>
-rw-r--r--include/vnd_sturgeon.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vnd_sturgeon.txt b/include/vnd_sturgeon.txt
index ca8e2da..ce6a8c7 100644
--- a/include/vnd_sturgeon.txt
+++ b/include/vnd_sturgeon.txt
@@ -7,6 +7,8 @@ LPM_BT_WAKE_POLARITY = 0
LPM_HOST_WAKE_POLARITY = 0
SCO_USE_I2S_INTERFACE = TRUE
SCO_I2SPCM_IF_ROLE = 0
+LPM_IDLE_THRESHOLD = 24
+LPM_HC_IDLE_THRESHOLD = 24
BTVND_DBG = FALSE
BTHW_DBG = FALSE
VNDUSERIAL_DBG = FALSE