From b57fcb0bd694406a23c27678aad464169f90044e Mon Sep 17 00:00:00 2001 From: Jiamin Miao Date: Tue, 26 Apr 2016 06:34:12 +0000 Subject: PD#124038: bluetooth: add gxl config Change-Id: I5db10aa88227f1c773ddf6ec229518c1d6ac002e --- diff --git a/include/vnd_gxl.txt b/include/vnd_gxl.txt new file mode 100644 index 0000000..fc87a57 --- a/dev/null +++ b/include/vnd_gxl.txt @@ -0,0 +1,10 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1" +FW_PATCHFILE_LOCATION = "/etc/bluetooth/" +UART_TARGET_BAUD_RATE = 2000000 +BT_WAKE_VIA_USERIAL_IOCTL = FALSE +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +SCO_USE_I2S_INTERFACE = FALSE +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE diff --git a/include/vnd_gxl_lpm.txt b/include/vnd_gxl_lpm.txt new file mode 100644 index 0000000..cc7bf29 --- a/dev/null +++ b/include/vnd_gxl_lpm.txt @@ -0,0 +1,14 @@ +BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1" +FW_PATCHFILE_LOCATION = "/etc/bluetooth/" +BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_USERIAL_IOCTL = FALSE +LPM_SLEEP_MODE = 1 +LPM_IDLE_TIMEOUT_MULTIPLE = 5 +LPM_HOST_WAKE_POLARITY=0 +SCO_USE_I2S_INTERFACE = FALSE +BTVND_DBG = FALSE +BTHW_DBG = TRUE +VNDUSERIAL_DBG = FALSE +UPIO_DBG = FALSE +UART_TARGET_BAUD_RATE=2000000 +FW_PATCH_SETTLEMENT_DELAY_MS=200 -- cgit