From 8f2ac0347c27b9e90e11897f1f7b5ed3862318b4 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 29 Apr 2026 21:39:30 +0200 Subject: [PATCH] bluez5-init: ccmp2: increase Bluetooth operational speed to 3M Increase the Bluetooth UART operational speed to 3M baudrate for CCMP2. https://onedigi.atlassian.net/browse/DEL-9454 Signed-off-by: Arturo Buzarra --- .../recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init b/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init index 4fb0b689c..ac368a438 100644 --- a/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init +++ b/meta-digi-dey/recipes-connectivity/bluez/bluez5-init/ccmp2/bluetooth-init @@ -51,7 +51,7 @@ bt_init() { # Load Bluetooth firmware on device if MBT_TRANSPORT=/dev/ttySTM1 timeout 10 mbt download /lib/firmware/brcm/CYW55500A1_FCC.hcd; then # Attach serial UART to the Bluetooth stack - btattach -B /dev/ttySTM1 -P bcm -S 921600 & + btattach -B /dev/ttySTM1 -P bcm -S 3000000 & sleep 2 # Reconfigure the HCI interface with the expected MAC address