summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-04-28 17:39:26 (GMT)
committerAdam Pigg <adam@piggz.co.uk>2020-04-28 17:39:26 (GMT)
commit5df4c1016ae9e0ca65061c12117691301ca93766 (patch)
treecaa79b6bc52f75957071c98cc9499ab9b89c9514 /src/Components/Ble/NimbleController.h
parent423a956d8f3fdbac9db310e3223280a4624ff49e (diff)
Run the alert notification service and simplify trhe pinetime service
initialization
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
-rw-r--r--src/Components/Ble/NimbleController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h
index dffd80c..13dfbdb 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -1,6 +1,7 @@
#pragma once
#include <cstdint>
+#include "AlertNotificationService.h"
#include "AlertNotificationClient.h"
#include "DeviceInformationService.h"
#include "CurrentTimeClient.h"
@@ -34,8 +35,10 @@ namespace Pinetime {
DeviceInformationService deviceInformationService;
CurrentTimeClient currentTimeClient;
+ AlertNotificationService anService;
AlertNotificationClient alertNotificationClient;
PinetimeService pinetimeService;
+
uint8_t addrType;
uint16_t connectionHandle;
};