summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Cheung <jackyc@google.com>2016-03-04 23:43:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-04 23:43:50 +0000
commita43f0e8d735db241687c2ef13888b978130fb9b6 (patch)
tree79bf578df031b595030afbb49f1b756543511204
parent9cc15a41dab7dee3c7316b29fef916b9d7f70f7b (diff)
parentb6c9c1562dbbe8699fe9978345ee249e417a0d73 (diff)
downloadlibbt-a43f0e8d735db241687c2ef13888b978130fb9b6.tar.gz
Merge "Disable btwake via proc for Anthias." into cw-e-dev
-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