summaryrefslogtreecommitdiff
authorJiamin Miao <jiamin.miao@amlogic.com>2015-07-09 08:48:33 (GMT)
committer Jiamin Miao <jiamin.miao@amlogic.com>2015-07-09 08:49:13 (GMT)
commitea5934e45d99fb10e2d871d461760a35c139b1ea (patch)
tree696a3412cb04ea3efd841ed4e31d634c5416e128
parent0d3d2771a77cf6b0f9e765de1b548fd4c2cb96e0 (diff)
downloadlibbt-ea5934e45d99fb10e2d871d461760a35c139b1ea.zip
libbt-ea5934e45d99fb10e2d871d461760a35c139b1ea.tar.gz
libbt-ea5934e45d99fb10e2d871d461760a35c139b1ea.tar.bz2
PD#108916:add lpm config for gxbb
Change-Id: Ibdbf99f6cc144a4ccfdfc1622324c8d1b2c86247
Diffstat
-rw-r--r--include/vnd_gxbaby.txt10
-rw-r--r--include/vnd_gxbaby_lpm.txt14
2 files changed, 24 insertions, 0 deletions
diff --git a/include/vnd_gxbaby.txt b/include/vnd_gxbaby.txt
new file mode 100644
index 0000000..fc87a57
--- a/dev/null
+++ b/include/vnd_gxbaby.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_gxbaby_lpm.txt b/include/vnd_gxbaby_lpm.txt
new file mode 100644
index 0000000..57842f3
--- a/dev/null
+++ b/include/vnd_gxbaby_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 = TRUE
+UART_TARGET_BAUD_RATE=2000000
+FW_PATCH_SETTLEMENT_DELAY_MS=200