From b6c9c1562dbbe8699fe9978345ee249e417a0d73 Mon Sep 17 00:00:00 2001 From: Jacky Cheung Date: Tue, 9 Feb 2016 10:17:38 -0800 Subject: Disable btwake via proc for Anthias. Change-Id: I6abbb1565e6b2c2c4f62a36bec6182c88e11ea09 --- include/vnd_anthias.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/vnd_anthias.txt b/include/vnd_anthias.txt index f1a574c..3c494f1 100644 --- a/include/vnd_anthias.txt +++ b/include/vnd_anthias.txt @@ -2,9 +2,11 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0" FW_PATCHFILE_LOCATION = "/system/etc/firmware/bt" UART_TARGET_BAUD_RATE = 3000000 LPM_IDLE_TIMEOUT_MULTIPLE = 5 +LPM_BT_WAKE_POLARITY = 1 +LPM_HOST_WAKE_POLARITY = 1 BTVND_DBG = FALSE BTHW_DBG = FALSE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE PROC_BTWRITE_TIMER_TIMEOUT_MS = 0 -- cgit v1.2.3