aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Jülg <johannes.juelg@gmail.com>2016-03-20 09:39:38 -0700
committerMax Weffers <rcstar6696@gmail.com>2017-01-30 15:45:08 +0100
commit293a390f65070d91832553d7532a902a23d0a727 (patch)
treeedf8690ad4becdfdf5a3df5614888ba8c77a88a2
parent54dae939872dc06ceae9c9780cb1b87e3676bdde (diff)
set PROC_BTWRITE_TIMER_TIMEOUT_MS
Change-Id: I9e50fe8414cba02f94382bd5137dccab3d369629
-rw-r--r--bluetooth/bt_vendor.conf3
-rw-r--r--bluetooth/vnd_shinano.txt4
2 files changed, 5 insertions, 2 deletions
diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf
index 3a94bab..2508db5 100644
--- a/bluetooth/bt_vendor.conf
+++ b/bluetooth/bt_vendor.conf
@@ -1,2 +1,3 @@
-# Firmware patch file name
+UartPort = /dev/ttyHS0
+FwPatchFilePath = /system/etc/firmware/
FwPatchFileName = BCM43xx.hcd
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt
index 71eae53..096e9f0 100644
--- a/bluetooth/vnd_shinano.txt
+++ b/bluetooth/vnd_shinano.txt
@@ -1,7 +1,9 @@
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
-FW_PATCHFILE_LOCATION = "/system/etc/firmware"
+FW_PATCHFILE_LOCATION = "/system/etc/firmware/"
+FW_PATCHFILE_NAME = "BCM43xx.hcd"
BT_WAKE_VIA_PROC = TRUE
UART_TARGET_BAUD_RATE = 4000000
+PROC_BTWRITE_TIMER_TIMEOUT_MS = 4000
LPM_IDLE_TIMEOUT_MULTIPLE = 5
LPM_BT_WAKE_POLARITY = 0
LPM_HOST_WAKE_POLARITY = 0