mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 03:40:47 +00:00
hci_transport_h5: use main baudrate for nominal frame receive time
This commit is contained in:
parent
745274476c
commit
8b29284be6
@ -891,6 +891,7 @@ static int hci_transport_h5_set_baudrate(uint32_t baudrate){
|
||||
int res = btstack_uart->set_baudrate(baudrate);
|
||||
|
||||
if (res) return res;
|
||||
uart_config.baudrate = baudrate;
|
||||
hci_transport_link_update_resend_timeout(baudrate);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user