Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: bluetooth: hci: h4_ifx_cyw43xxx: add missing hci includes #84549

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

str4t0m
Copy link
Collaborator

@str4t0m str4t0m commented Jan 25, 2025

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

bluetooth/hci.h was removed in pr #81618, so the necessary files have neither been directly nor indirectly included.

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 <[email protected]>
@jhedberg jhedberg added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Jan 25, 2025
@kartben kartben merged commit e643b28 into zephyrproject-rtos:main Jan 25, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth HCI Bluetooth HCI Driver area: Bluetooth Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants