Home
last modified time | relevance | path

Searched refs:DEFAULT_BT_LE_HCI_UART_STOP_BITS (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt_cfg.h171 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1) macro
179 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (0)
Desp_bt.h249 .ble_hci_uart_stop_bits = DEFAULT_BT_LE_HCI_UART_STOP_BITS, \
/hal_espressif-latest/components/bt/controller/esp32c6/
Desp_bt_cfg.h191 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1) macro
199 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (0)
/hal_espressif-latest/components/bt/controller/esp32h2/
Desp_bt_cfg.h191 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1) macro
199 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (0)
/hal_espressif-latest/components/bt/controller/esp32c2/
Desp_bt_cfg.h263 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1) macro
271 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (0)
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.h44 .hci_uart_stop_bits = DEFAULT_BT_LE_HCI_UART_STOP_BITS, \