diff options
| author | Zach Johnson <zachoverflow@google.com> | 2015-12-03 17:57:09 -0800 |
|---|---|---|
| committer | Zach Johnson <zachoverflow@google.com> | 2015-12-03 17:57:09 -0800 |
| commit | 012bdaf2eb25da282165a22c3fb240f5a68031b2 (patch) | |
| tree | 98bc1d40115ce354f3739ee6e185fe262632fc6f | |
| parent | 00bb3afc8ea0b34f133c96396417240d298f10c5 (diff) | |
| download | android_hardware_broadcom_libbt-012bdaf2eb25da282165a22c3fb240f5a68031b2.tar.gz android_hardware_broadcom_libbt-012bdaf2eb25da282165a22c3fb240f5a68031b2.tar.bz2 android_hardware_broadcom_libbt-012bdaf2eb25da282165a22c3fb240f5a68031b2.zip | |
Disable wake via proc for nemo
The kernel driver doesn't use this anymore.
Change-Id: I005b8d22e5fd5eef7698ef40dd2bf458f9562ebc
| -rw-r--r-- | include/vnd_nemo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vnd_nemo.txt b/include/vnd_nemo.txt index e4d0a51..66514e8 100644 --- a/include/vnd_nemo.txt +++ b/include/vnd_nemo.txt @@ -1,6 +1,6 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS99" FW_PATCHFILE_LOCATION = "/vendor/firmware/" -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE UART_TARGET_BAUD_RATE = 3000000 LPM_IDLE_TIMEOUT_MULTIPLE = 5 LPM_BT_WAKE_POLARITY = 0 |
