summaryrefslogtreecommitdiff
authorKuibao Zhang <kuibao.zhang@amlogic.com>2017-08-24 14:09:59 (GMT)
committer Kuibao Zhang <kuibao.zhang@amlogic.com>2017-08-24 14:29:24 (GMT)
commitde165d36db1071fb23c9fe852f1b7e0909126c56 (patch)
tree692ece33362bfc572f1faf6ea664ef08fdef4dfc
parent96569f25fb0bde6d2be90ea1e69f081d5eed5fe0 (diff)
downloadlibbt-ref-o-20171115.zip
libbt-ref-o-20171115.tar.gz
libbt-ref-o-20171115.tar.bz2
BT: add bcm uart bt wakeup[3/5]
PD#148742 add txlx lpm txt 1.vnd_txlx.txt 2.vnd_txlx_lpm.txt Change-Id: Ic69fe68c6c22407701e248b9ce086492493a5ee7
Diffstat
-rw-r--r--include/vnd_txlx.txt10
-rw-r--r--include/vnd_txlx_lpm.txt14
2 files changed, 24 insertions, 0 deletions
diff --git a/include/vnd_txlx.txt b/include/vnd_txlx.txt
new file mode 100644
index 0000000..fc87a57
--- a/dev/null
+++ b/include/vnd_txlx.txt
@@ -0,0 +1,10 @@
+BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1"
+FW_PATCHFILE_LOCATION = "/etc/bluetooth/"
+UART_TARGET_BAUD_RATE = 2000000
+BT_WAKE_VIA_USERIAL_IOCTL = FALSE
+LPM_IDLE_TIMEOUT_MULTIPLE = 5
+SCO_USE_I2S_INTERFACE = FALSE
+BTVND_DBG = FALSE
+BTHW_DBG = TRUE
+VNDUSERIAL_DBG = FALSE
+UPIO_DBG = FALSE
diff --git a/include/vnd_txlx_lpm.txt b/include/vnd_txlx_lpm.txt
new file mode 100644
index 0000000..269b05b
--- a/dev/null
+++ b/include/vnd_txlx_lpm.txt
@@ -0,0 +1,14 @@
+BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1"
+FW_PATCHFILE_LOCATION = "/etc/bluetooth/"
+BT_WAKE_VIA_PROC = FALSE
+BT_WAKE_VIA_USERIAL_IOCTL = FALSE
+LPM_SLEEP_MODE = 1
+LPM_IDLE_TIMEOUT_MULTIPLE = 5
+LPM_HOST_WAKE_POLARITY=0
+SCO_USE_I2S_INTERFACE = FALSE
+BTVND_DBG = FALSE
+BTHW_DBG = TRUE
+VNDUSERIAL_DBG = FALSE
+UPIO_DBG = FALSE
+UART_TARGET_BAUD_RATE=2000000
+FW_PATCH_SETTLEMENT_DELAY_MS=200