diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-11-11 15:15:12 -0500 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2016-11-11 15:15:12 -0500 |
| commit | fca76a760deaaa241a2e57e0571d0ada10a9304c (patch) | |
| tree | 14a4276c9678515f86fd9cddc6224521df1f5f66 | |
| parent | 72d929c70ce9b123df216975bb7e7db8c3085359 (diff) | |
h830: Move libbt_vnccfg.txt to device trees
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | bluetooth/libbt_vndcfg.txt | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 29b95cc..3070915 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,6 +14,8 @@ # limitations under the License. # +DEVICE_PATH := device/lge/h830 + # inherit from common g5 -include device/lge/g5-common/BoardConfigCommon.mk diff --git a/bluetooth/libbt_vndcfg.txt b/bluetooth/libbt_vndcfg.txt new file mode 100644 index 0000000..f632725 --- /dev/null +++ b/bluetooth/libbt_vndcfg.txt @@ -0,0 +1,17 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0" +FW_PATCHFILE_LOCATION = "/system/vendor/firmware/" +BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC_NOTIFY_DEASSERT=TRUE +PROC_BTWRITE_TIMER_TIMEOUT_MS = 0 +UART_TARGET_BAUD_RATE = 3000000 +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +LPM_HC_IDLE_THRESHOLD = 24 +LPM_IDLE_THRESHOLD = 24 +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 = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE |
