Bluetooth: Rework the HCI header set
In order to have clean, self-contained HCI headers that do not have any dependencies towards the Host or any other part of the system (except types), reorganize the headers in the following way: - Split out the macros and structs from hci.h to a new hci_types.h - Merge the existing hci_err.h into the new hci_types.h Fixes #58214. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
a17fc4ff2b
commit
22f73992b2
59 changed files with 3139 additions and 3124 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <zephyr/drivers/bluetooth/hci_driver.h>
|
||||
|
||||
#include <zephyr/bluetooth/hci.h>
|
||||
#include <zephyr/bluetooth/hci_types.h>
|
||||
#include <zephyr/bluetooth/hci_vs.h>
|
||||
#include <zephyr/bluetooth/buf.h>
|
||||
#include <zephyr/bluetooth/bluetooth.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue