From c3e3b342e7b1e4187406c645e00e9d02e52a7c5c Mon Sep 17 00:00:00 2001 From: Larson Jiang Date: Thu, 10 Nov 2016 07:15:32 +0000 Subject: PD#133880: disable BT wake via PROC Change-Id: I2fd3fade0731c4a824d424ac50f8a66569df689c --- diff --git a/include/vnd_gxl_lpm.txt b/include/vnd_gxl_lpm.txt index cc7bf29..269b05b 100644 --- a/include/vnd_gxl_lpm.txt +++ b/include/vnd_gxl_lpm.txt @@ -1,6 +1,6 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1" FW_PATCHFILE_LOCATION = "/etc/bluetooth/" -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE BT_WAKE_VIA_USERIAL_IOCTL = FALSE LPM_SLEEP_MODE = 1 LPM_IDLE_TIMEOUT_MULTIPLE = 5 diff --git a/include/vnd_gxm_lpm.txt b/include/vnd_gxm_lpm.txt index cc7bf29..269b05b 100644 --- a/include/vnd_gxm_lpm.txt +++ b/include/vnd_gxm_lpm.txt @@ -1,6 +1,6 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1" FW_PATCHFILE_LOCATION = "/etc/bluetooth/" -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE BT_WAKE_VIA_USERIAL_IOCTL = FALSE LPM_SLEEP_MODE = 1 LPM_IDLE_TIMEOUT_MULTIPLE = 5 -- cgit