update bt
This commit is contained in:
parent
2d9e90de75
commit
85abefc03c
@ -20,9 +20,9 @@
|
||||
|
||||
#define BTM_DEF_LOCAL_NAME "Samsung Galaxy Note Pro 12.2"
|
||||
|
||||
#define BTM_WBS_INCLUDED TRUE
|
||||
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
|
||||
|
||||
/* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
|
||||
#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
|
||||
#define BTM_WBS_INCLUDED TRUE /* Enable WBS */
|
||||
#define BTIF_HF_WBS_PREFERRED TRUE /* Use WBS */
|
||||
|
||||
#endif
|
||||
|
@ -1,15 +1,13 @@
|
||||
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
|
||||
FW_PATCHFILE_LOCATION = "/vendor/firmware"
|
||||
BT_WAKE_VIA_PROC = FALSE
|
||||
BT_WAKE_VIA_USERIAL_IOCTL = TRUE
|
||||
LPM_IDLE_TIMEOUT_MULTIPLE = 5
|
||||
SCO_WBS_SAMPLE_RATE = 0
|
||||
BTVND_DBG = FALSE
|
||||
BTHW_DBG = TRUE
|
||||
VNDUSERIAL_DBG = FALSE
|
||||
UPIO_DBG = FALSE
|
||||
UART_TARGET_BAUD_RATE = 3000000
|
||||
BT_WAKE_VIA_PROC = TRUE
|
||||
BT_WAKE_VIA_PROC_NOTIFY_DEASSERT=TRUE
|
||||
FW_PATCHFILE_LOCATION = "/vendor/firmware"
|
||||
FW_PATCH_SETTLEMENT_DELAY_MS = 100
|
||||
USE_AXI_BRIDGE_LOCK = TRUE
|
||||
UART_FORCE_TWO_STOPBITS = TRUE
|
||||
LPM_COMBINE_SLEEP_MODE_AND_LPM = 0
|
||||
LPM_IDLE_TIMEOUT_MULTIPLE = 5
|
||||
PROC_BTWRITE_TIMER_TIMEOUT_MS = 0
|
||||
SCO_WBS_SAMPLE_RATE = 0
|
||||
UART_FORCE_TWO_STOPBITS = TRUE
|
||||
UART_TARGET_BAUD_RATE = 3000000
|
||||
USE_AXI_BRIDGE_LOCK = TRUE
|
||||
|
Loading…
Reference in New Issue
Block a user