summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Cheung <jackyc@google.com>2016-03-04 23:55:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-04 23:55:45 +0000
commit75b41d6df5a3df7d7957e8fef7bd395491db01d0 (patch)
tree38ddae0520d6b688eb40d4e8d96ed62ecc695c84
parentf13a7b4d812e7fead7bfa6770bbfea808fc360b7 (diff)
parent1ac7b64775b07484c8b6c43733b096fbf2bf1010 (diff)
downloadlibbt-75b41d6df5a3df7d7957e8fef7bd395491db01d0.tar.gz
Merge "Disable btwake via proc for Anthias." into cw-e-dev am: a43f0e8d73
am: 1ac7b64775 * commit '1ac7b64775b07484c8b6c43733b096fbf2bf1010': Disable btwake via proc for Anthias.
-rw-r--r--include/vnd_anthias.txt4
1 files changed, 3 insertions, 1 deletions
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