Searched refs:default_uart_speed (Results 1 – 1 of 1) sorted by relevance
215 uint32_t default_uart_speed = DT_PROP(DT_INST_BUS(0), current_speed); in bt_h4_vnd_setup() local216 uint32_t hci_operation_speed = DT_INST_PROP_OR(0, hci_operation_speed, default_uart_speed); in bt_h4_vnd_setup()217 uint32_t fw_download_speed = DT_INST_PROP_OR(0, fw_download_speed, default_uart_speed); in bt_h4_vnd_setup()261 if (fw_download_speed != default_uart_speed) { in bt_h4_vnd_setup()278 if (fw_download_speed != default_uart_speed) { in bt_h4_vnd_setup()279 err = bt_hci_uart_set_baudrate(dev, default_uart_speed); in bt_h4_vnd_setup()294 if (hci_operation_speed != default_uart_speed) { in bt_h4_vnd_setup()