Home
last modified time | relevance | path

Searched refs:hci_operation_speed (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dh4_ifx_cyw43xxx.c214 uint32_t hci_operation_speed = DT_INST_PROP_OR(0, hci_operation_speed, default_uart_speed); in bt_h4_vnd_setup() local
292 if (hci_operation_speed != default_uart_speed) { in bt_h4_vnd_setup()
293 err = bt_update_controller_baudrate(dev, hci_operation_speed); in bt_h4_vnd_setup()
Dhci_nxp_setup.c1224 operation_speed = DT_PROP_OR(DT_DRV_INST(0), hci_operation_speed, default_speed); in bt_h4_vnd_setup()