diff options
| author | Jacky Cheung <jackyc@google.com> | 2016-02-10 22:54:54 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2016-02-10 22:54:54 +0000 |
| commit | 45e835b3fdd43dd02e805f6e254da0325ce71024 (patch) | |
| tree | 02822a92380a69180b3ae377aa0835d6a86e596d | |
| parent | 163712f1e845299ab01798ed1a73299c738d8c76 (diff) | |
| parent | b9da6b69db96e8d6663136dfa976530ca6cd5466 (diff) | |
| download | android_hardware_broadcom_libbt-45e835b3fdd43dd02e805f6e254da0325ce71024.tar.gz android_hardware_broadcom_libbt-45e835b3fdd43dd02e805f6e254da0325ce71024.tar.bz2 android_hardware_broadcom_libbt-45e835b3fdd43dd02e805f6e254da0325ce71024.zip | |
Disable btwake via proc for Sparrow and Wren. am: c3fc7bfaf9
am: b9da6b69db
* commit 'b9da6b69db96e8d6663136dfa976530ca6cd5466':
Disable btwake via proc for Sparrow and Wren.
| -rw-r--r-- | include/vnd_sparrow.txt | 4 | ||||
| -rw-r--r-- | include/vnd_wren.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/vnd_sparrow.txt b/include/vnd_sparrow.txt index fdb35a8..3efbe30 100644 --- a/include/vnd_sparrow.txt +++ b/include/vnd_sparrow.txt @@ -2,10 +2,12 @@ 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 = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE PROC_BTWRITE_TIMER_TIMEOUT_MS = 0 FW_PATCH_SETTLEMENT_DELAY_MS = 200 diff --git a/include/vnd_wren.txt b/include/vnd_wren.txt index fdb35a8..3efbe30 100644 --- a/include/vnd_wren.txt +++ b/include/vnd_wren.txt @@ -2,10 +2,12 @@ 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 = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE PROC_BTWRITE_TIMER_TIMEOUT_MS = 0 FW_PATCH_SETTLEMENT_DELAY_MS = 200 |
