Bluetooth : Set the optimized operation speed for BCM Uart
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 17 Jul 2019 07:08:46 +0000 (16:08 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
When ACL data packet transfers via Uart on the RPI3 board,
the packet loss or overflow issue is occured. After adjusting
the operation speed value, we can reduce these problems.

Change-Id: Id072102e173e0338c4ae3cb7a1a541fbf7f8066e
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
drivers/bluetooth/hci_bcm.c

index aa6b7ed..2c96cc9 100644 (file)
@@ -1073,6 +1073,9 @@ static const struct hci_uart_proto bcm_proto = {
        .name           = "Broadcom",
        .manufacturer   = 15,
        .init_speed     = 115200,
+#ifdef TIZEN_BT
+       .oper_speed     = 460800,
+#endif
        .open           = bcm_open,
        .close          = bcm_close,
        .flush          = bcm_flush,