You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
375 B
14 lines
375 B
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
|
|
FW_PATCHFILE_LOCATION = "/system/etc/firmware/bt"
|
|
UART_TARGET_BAUD_RATE = 3000000
|
|
LPM_IDLE_TIMEOUT_MULTIPLE = 5
|
|
LPM_BT_WAKE_POLARITY = 1
|
|
LPM_HOST_WAKE_POLARITY = 1
|
|
BTVND_DBG = FALSE
|
|
BTHW_DBG = TRUE
|
|
VNDUSERIAL_DBG = FALSE
|
|
UPIO_DBG = FALSE
|
|
BT_WAKE_VIA_PROC = FALSE
|
|
PROC_BTWRITE_TIMER_TIMEOUT_MS = 0
|
|
FW_PATCH_SETTLEMENT_DELAY_MS = 200
|