Bluetooth: Host: Move HCI error codes to its own header
Move the HCI error codes to its own public API header since these status codes are given in the connection callbacks (connected and disconnected). This avoids the conn.h header file to depend on the entire HCI header file. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
063a5342c3
commit
e53ee2d383
3 changed files with 64 additions and 42 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <bluetooth/hci_err.h>
|
||||
#include <bluetooth/addr.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue