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 <arturo.buzarra@digi.com>
This commit is contained in:
parent
e913427295
commit
8f2ac0347c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue