diff options
| author | Zach Johnson <zachoverflow@google.com> | 2015-12-08 22:44:55 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2015-12-08 22:44:55 +0000 |
| commit | e390d84d40937b24b0427b877e28e51bf49a32c3 (patch) | |
| tree | 6212e0f5294f7226e6e1946f8cc470bd684c7019 | |
| parent | 8a1508699619f12a0847faa4e98e51601b283a73 (diff) | |
| parent | 012bdaf2eb25da282165a22c3fb240f5a68031b2 (diff) | |
| download | android_hardware_broadcom_libbt-e390d84d40937b24b0427b877e28e51bf49a32c3.tar.gz android_hardware_broadcom_libbt-e390d84d40937b24b0427b877e28e51bf49a32c3.tar.bz2 android_hardware_broadcom_libbt-e390d84d40937b24b0427b877e28e51bf49a32c3.zip | |
Disable wake via proc for nemo
am: 012bdaf2eb
* commit '012bdaf2eb25da282165a22c3fb240f5a68031b2':
Disable wake via proc for nemo
| -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 |
