klte-common: bluetooth: Add custom vendor configuration fixes

The current HIDL implementation needs BT_WAKE_VIA_PROC_NOTIFY_DEASSERT,
and PROC_BTWRITE_TIMER_TIMEOUT_MS = 0, same as angler.

Change-Id: I1b5d12788ab2689b3fb1779957d263c804def590
This commit is contained in:
D. Andrei Măceș 2017-10-01 18:34:42 +03:00 committed by Kevin F. Haggerty
parent a9add7876d
commit 739a62ccb2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
FW_PATCHFILE_LOCATION = "/vendor/firmware"
BT_WAKE_VIA_PROC = TRUE
BT_WAKE_VIA_PROC_NOTIFY_DEASSERT=TRUE
LPM_IDLE_TIMEOUT_MULTIPLE = 5
BTHW_DBG = TRUE
UART_TARGET_BAUD_RATE = 3000000
@ -9,5 +10,4 @@ USE_AXI_BRIDGE_LOCK = TRUE
UART_FORCE_TWO_STOPBITS = TRUE
LPM_COMBINE_SLEEP_MODE_AND_LPM = 0
SCO_WBS_SAMPLE_RATE = 0
# kernel bluesleep's tx timeout - 125 ms
PROC_BTWRITE_TIMER_TIMEOUT_MS = 2500
PROC_BTWRITE_TIMER_TIMEOUT_MS = 0