Bluetooth Host Stack solution
cybt_hci_transport_config_t Struct Reference

Description

The configuration of BT HCI transport, to specify which interface is used and its format.

Currently only UART is supported.

Data Fields

cybt_hci_transport_t hci_transport
 HCI transport selection.
 
union {
   cybt_hci_uart_config_t   hci_uart
 HCI UART configuration.
 
hci