summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-24 16:51:50 +0200
committerJF <jf@codingfield.com>2020-05-24 16:51:50 +0200
commit073717980f5c00f553ac3b58a50b792b32a14c7a (patch)
tree8eeafef1f4150a1cf238ee80e53c8901b0ec67af /src/Components/Ble/NimbleController.h
parent331481cd0c6ba804860f7cdbd5110a87ff0160fe (diff)
parentbe1ad9b07083e656a649d223750ff4b14b781b7b (diff)
Merge develop
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
-rw-r--r--src/Components/Ble/NimbleController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h
index 9f74be2b..7e680607 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -1,10 +1,12 @@
#pragma once
#include <cstdint>
+#include "AlertNotificationService.h"
#include "AlertNotificationClient.h"
#include "DeviceInformationService.h"
#include "CurrentTimeClient.h"
#include "DfuService.h"
+#include "CurrentTimeService.h"
#include <host/ble_gap.h>
namespace Pinetime {
@@ -44,7 +46,10 @@ namespace Pinetime {
DeviceInformationService deviceInformationService;
CurrentTimeClient currentTimeClient;
+ AlertNotificationService anService;
AlertNotificationClient alertNotificationClient;
+ CurrentTimeService currentTimeService;
+
uint8_t addrType;
uint16_t connectionHandle;