Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.h29 uint32_t hci_uart_baud; /*!< Baudrate of UART for HCI */ member
38 .hci_uart_baud = DEFAULT_BT_LE_HCI_UART_BAUD, \
Dhci_driver_uart_config.c21 uart_cfg->baud_rate = uart_config->hci_uart_baud; in hci_driver_uart_config()
31 ESP_LOGI(TAG,"set baud_rate:%d.\n", uart_config->hci_uart_baud); in hci_driver_uart_config()