diff options
Diffstat (limited to 'bluetooth/vnd_shinano.txt')
-rw-r--r-- | bluetooth/vnd_shinano.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bluetooth/vnd_shinano.txt b/bluetooth/vnd_shinano.txt index 7ae98dc..71eae53 100644 --- a/bluetooth/vnd_shinano.txt +++ b/bluetooth/vnd_shinano.txt @@ -1,13 +1,13 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0" FW_PATCHFILE_LOCATION = "/system/etc/firmware" -BT_WAKE_VIA_PROC = FALSE +BT_WAKE_VIA_PROC = TRUE +UART_TARGET_BAUD_RATE = 4000000 LPM_IDLE_TIMEOUT_MULTIPLE = 5 +LPM_BT_WAKE_POLARITY = 0 +LPM_HOST_WAKE_POLARITY = 0 +SCO_USE_I2S_INTERFACE = FALSE +SCO_I2SPCM_IF_ROLE = 0 BTVND_DBG = FALSE -BTHW_DBG = FALSE +BTHW_DBG = TRUE VNDUSERIAL_DBG = FALSE UPIO_DBG = FALSE -UART_TARGET_BAUD_RATE = 3000000 -FW_PATCH_SETTLEMENT_DELAY_MS = 100 -USE_AXI_BRIDGE_LOCK = FALSE -UART_FORCE_TWO_STOPBITS = TRUE -LPM_COMBINE_SLEEP_MODE_AND_LPM = 0 |