From 81a0986c936d468f20ad3eeb205d618b2c32b393 Mon Sep 17 00:00:00 2001 From: jiamin.miao Date: Wed, 16 Oct 2013 06:27:08 +0000 Subject: PD#80944:some platforms open bt failed on 3M, but it can open bt successfully on 4M, so changed to use 4M --- diff --git a/include/vnd_meson8.txt b/include/vnd_meson8.txt index fc87a57..ae83716 100755 --- a/include/vnd_meson8.txt +++ b/include/vnd_meson8.txt @@ -1,6 +1,6 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyS1" FW_PATCHFILE_LOCATION = "/etc/bluetooth/" -UART_TARGET_BAUD_RATE = 2000000 +UART_TARGET_BAUD_RATE = 4000000 BT_WAKE_VIA_USERIAL_IOCTL = FALSE LPM_IDLE_TIMEOUT_MULTIPLE = 5 SCO_USE_I2S_INTERFACE = FALSE -- cgit