Bluetooth : Set the optimized operation speed for BCM Uart
[platform/kernel/linux-rpi.git] / 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,