summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
-rw-r--r--src/Components/Ble/NimbleController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h
index 2dee8987..89fa4250 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -9,6 +9,7 @@
#include "CurrentTimeService.h"
#include "MusicService.h"
#include "BatteryInformationService.h"
+#include "ImmediateAlertService.h"
#include <host/ble_gap.h>
namespace Pinetime {
@@ -59,6 +60,7 @@ namespace Pinetime {
CurrentTimeService currentTimeService;
MusicService musicService;
BatteryInformationService batteryInformationService;
+ ImmediateAlertService immediateAlertService;
uint8_t addrType; // 1 = Random, 0 = PUBLIC
uint16_t connectionHandle = 0;