summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/NimbleController.cpp')
-rw-r--r--src/components/ble/NimbleController.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/ble/NimbleController.cpp b/src/components/ble/NimbleController.cpp
index 4b08e9a..5236619 100644
--- a/src/components/ble/NimbleController.cpp
+++ b/src/components/ble/NimbleController.cpp
@@ -37,6 +37,7 @@ NimbleController::NimbleController(Pinetime::System::SystemTask& systemTask,
dfuService {systemTask, bleController, spiNorFlash},
currentTimeClient {dateTimeController},
+ anService {systemTask, notificationManager},
currentTimeService {dateTimeController},
batteryInformationService {batteryController},
serviceDiscovery({&currentTimeClient}) {
@@ -77,6 +78,7 @@ void NimbleController::Init() {
deviceInformationService.Init();
currentTimeClient.Init();
currentTimeService.Init();
+ anService.Init();
dfuService.Init();
batteryInformationService.Init();