Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/include/
Desp_hci_driver.h76 int hci_driver_uart_reconfig_pin(int tx_pin, int rx_pin, int cts_pin, int rts_pin);
77 #define hci_uart_reconfig_pin hci_driver_uart_reconfig_pin
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.c214 hci_driver_uart_reconfig_pin(int tx_pin, int rx_pin, int cts_pin, int rts_pin) in hci_driver_uart_reconfig_pin() function