aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'app/src')
-rw-r--r--app/src/ble.c2
-rw-r--r--app/src/split/bluetooth/peripheral.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/ble.c b/app/src/ble.c
index f01ed87153..3ed735a18d 100644
--- a/app/src/ble.c
+++ b/app/src/ble.c
@@ -19,7 +19,7 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/uuid.h>
#include <zephyr/bluetooth/gatt.h>
-#include <zephyr/bluetooth/hci_err.h>
+#include <zephyr/bluetooth/hci_types.h>
#if IS_ENABLED(CONFIG_SETTINGS)
diff --git a/app/src/split/bluetooth/peripheral.c b/app/src/split/bluetooth/peripheral.c
index e3129ceece..6ce82d0aa1 100644
--- a/app/src/split/bluetooth/peripheral.c
+++ b/app/src/split/bluetooth/peripheral.c
@@ -18,7 +18,7 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/uuid.h>
#include <zephyr/bluetooth/gatt.h>
-#include <zephyr/bluetooth/hci_err.h>
+#include <zephyr/bluetooth/hci_types.h>
#if IS_ENABLED(CONFIG_SETTINGS)