aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-04-28 11:21:35 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-05-05 20:58:15 +0100
commitb760b3f98ca786bbe0d586e30fed2847525b0ae4 (patch)
treea6a5b52ac753245fe4c39b3956c54d4f71a63fb6 /src/Components/Ble/NimbleController.h
parent332b51464a75e40f2e306c50092735891acfe406 (diff)
Add a simple service to allow setting the time from a controlling
application
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 99e0c811..d315e97b 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -4,6 +4,7 @@
#include "AlertNotificationClient.h"
#include "DeviceInformationService.h"
#include "CurrentTimeClient.h"
+#include "PinetimeService.h"
#include <host/ble_gap.h>
namespace Pinetime {
@@ -35,6 +36,7 @@ namespace Pinetime {
DeviceInformationService deviceInformationService;
CurrentTimeClient currentTimeClient;
AlertNotificationClient alertNotificationClient;
+ PinetimeService pinetimeService;
uint8_t addrType;
uint16_t connectionHandle;
};