Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.h26 uint8_t hci_uart_flow_ctrl; /*!< Flow control of UART for HCI */ member
45 .hci_uart_flow_ctrl = DEFAULT_BT_LE_HCI_UART_FLOW_CTRL, \
Dhci_driver_uart_config.c25 uart_cfg->flow_ctrl = uart_config->hci_uart_flow_ctrl; in hci_driver_uart_config()
32 ESP_LOGI(TAG,"set flow_ctrl:%d.\n", uart_config->hci_uart_flow_ctrl); in hci_driver_uart_config()