diff options
| author | André Pinela <sheffzor@gmail.com> | 2017-10-06 02:56:55 +0100 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2017-10-15 21:25:15 +0100 |
| commit | 386e241eaaa573d0928c3f24cf32e2c490663f61 (patch) | |
| tree | 4fcc0397a0100f07dbd8c1d189da66bcf14497f9 | |
| parent | 94ed24e16ef0ece56b0f3c172069c92bd79cbe85 (diff) | |
bluetooth: Use custom vendor config
* Import from hardware/broadcom/libbt/include/vnd_grouper.txt
Change-Id: I62661ee3f5d934656fb49157d1c290fcbd924ee2
Signed-off-by: André Pinela <sheffzor@gmail.com>
| -rw-r--r-- | BoardConfigCommon.mk | 1 | ||||
| -rw-r--r-- | bluetooth/vnd_grouper.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9ec262a..7e7ddf5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -61,6 +61,7 @@ WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin" # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true +BOARD_CUSTOM_BT_CONFIG := device/asus/grouper/bluetooth/vnd_grouper.txt BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/asus/grouper/bluetooth # Dump State diff --git a/bluetooth/vnd_grouper.txt b/bluetooth/vnd_grouper.txt new file mode 100644 index 0000000..3e4d71c --- /dev/null +++ b/bluetooth/vnd_grouper.txt @@ -0,0 +1,10 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2" +FW_PATCHFILE_LOCATION = "/etc/firmware/" +BT_WAKE_VIA_PROC = TRUE +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE +SCO_PCM_IF_CLOCK_RATE = 2 +USE_CONTROLLER_BDADDR = TRUE |
