klte-common: tweak bt settings

Change-Id: Ice52472bf142c0411a97186dac37d638332dc943
This commit is contained in:
OzzysCmAcc 2016-10-02 09:27:16 +02:00 committed by Oskar Kratochvil
parent 47c5062003
commit 761e9ffb5e
2 changed files with 5 additions and 0 deletions

View File

@ -22,4 +22,7 @@
/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
#endif

View File

@ -8,3 +8,5 @@ FW_PATCH_SETTLEMENT_DELAY_MS = 100
USE_AXI_BRIDGE_LOCK = TRUE
UART_FORCE_TWO_STOPBITS = TRUE
LPM_COMBINE_SLEEP_MODE_AND_LPM = 0
# kernel bluesleep's tx timeout - 125 ms
PROC_BTWRITE_TIMER_TIMEOUT_MS = 2500