Home
last modified time | relevance | path

Searched refs:hci_uart (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_patchram_download.c153 … bt_update_platform_baudrate(p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_fw_download); in bt_baudrate_updated_cback()
161 … bt_update_platform_baudrate(p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_feature); in bt_baudrate_updated_cback()
189 …if( HCI_UART_DEFAULT_BAUDRATE != p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_fw_downl… in bt_fw_download_complete_cback()
196 …if( HCI_UART_DEFAULT_BAUDRATE != p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_feature ) in bt_fw_download_complete_cback()
199 p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_feature); in bt_fw_download_complete_cback()
202 … bt_update_controller_baudrate(p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_feature); in bt_fw_download_complete_cback()
239 …( p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_fw_download != HCI_UART_DEFAULT_BAUDRAT… in bt_post_reset_cback()
242 p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_fw_download); in bt_post_reset_cback()
244 …bt_update_controller_baudrate(p_bt_platform_cfg->hci_config.hci.hci_uart.baud_rate_for_fw_download… in bt_post_reset_cback()
/hal_infineon-latest/mtb-template-cat1/files/wiced_bluetooth/
Dcybsp_bt_config.c58 .hci_uart =
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/include/
Dcybt_platform_config.h130 cybt_hci_uart_config_t hci_uart; /**< HCI UART configuration */ member