diff options
| author | Thomas.TT_Lin <Thomas.TT_Lin@htc.com> | 2014-09-18 17:34:00 +0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2014-09-23 10:56:19 -0700 |
| commit | 6a45b5611fa101770c6641ddda1aa83fe47b74be (patch) | |
| tree | b177a9166aba5f7788f67c6953e1a8a32942bdf7 | |
| parent | 8c0bd6106978c165b249de54188b19868dfc2ff8 (diff) | |
| download | android_hardware_broadcom_libbt-6a45b5611fa101770c6641ddda1aa83fe47b74be.tar.gz android_hardware_broadcom_libbt-6a45b5611fa101770c6641ddda1aa83fe47b74be.tar.bz2 android_hardware_broadcom_libbt-6a45b5611fa101770c6641ddda1aa83fe47b74be.zip | |
Bluetooth: flounder project for LTE can't enter sleep mode.
libbt_vendor.so don't use the right config file on LTE project.
Add the config file name "flounder_lte.txt" for LTE project.
Change-Id: I06ee50958d459b588ed436ceb7e7bb89e68f12a5
Signed-off-by: Thomas.TT_Lin <Thomas.TT_Lin@htc.com>
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
| -rw-r--r-- | include/vnd_flounder_lte.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/vnd_flounder_lte.txt b/include/vnd_flounder_lte.txt new file mode 100644 index 0000000..a366b9c --- /dev/null +++ b/include/vnd_flounder_lte.txt @@ -0,0 +1,10 @@ +VENDOR_BTWRITE_PROC_NODE = "/proc/bluetooth/sleep/lpm" +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +SCO_USE_I2S_INTERFACE = FALSE +SCO_PCM_IF_CLOCK_RATE = 3 +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +BT_WAKE_VIA_PROC_NOTIFY_DEASSERT = TRUE +BT_WAKE_VIA_PROC = TRUE +UPIO_DBG = FALSE |
