mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
hci: reset baud rate after init script for EM9304 as well
This commit is contained in:
parent
f41911ede3
commit
e021ff1e59
@ -1174,7 +1174,9 @@ static void hci_initializing_run(void){
|
||||
log_info("Init script done");
|
||||
|
||||
// Init script download on Broadcom chipsets causes:
|
||||
if (hci_stack->manufacturer == BLUETOOTH_COMPANY_ID_BROADCOM_CORPORATION){
|
||||
if (hci_stack->manufacturer == BLUETOOTH_COMPANY_ID_BROADCOM_CORPORATION
|
||||
|| hci_stack->manufacturer == BLUETOOTH_COMPANY_ID_EM_MICROELECTRONIC_MARIN_SA){
|
||||
|
||||
// - baud rate to reset, restore UART baud rate if needed
|
||||
int need_baud_change = hci_stack->config
|
||||
&& hci_stack->chipset
|
||||
|
Loading…
x
Reference in New Issue
Block a user