forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: hci.h: Do not include conn.h
Commit 0f06c7d introduced the inclusion of conn.h in hci.h. This is in fact not required because bluetooth.h has forward declarations of many of the structs present in conn.h, including struct bt_conn. As part of this change, include the necessary Bluetooth headers required by hci_core.h. Fixes zephyrproject-rtos#58214. Signed-off-by: Carles Cufi <[email protected]>
- Loading branch information
1 parent
54aa6f1
commit a07a00d
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters