Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: bluetooth: hci: h4_ifx_cyw43xxx: add missing hci includes
Add missing bluetooth/hci.h and hci_types.h include to fix the build error and warnings of the infineon h4 ble driver. The driver is using bt_hci_cmd_create() and bt_hci_cmd_send_sync() from bluetooth/hci.h, and BT_HCI_OP_RESET from bluetooth/hci_types.h Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
- Loading branch information