summaryrefslogtreecommitdiff
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-04-28 11:21:35 +0100
commitf201c9afdc71eba0eb05837d09f37fcb59a76d1e (patch)
tree4f61e424133142ab789aa246900da10f3c729926 /src/Components/Ble/NimbleController.h
parentbe67b5297d63dfd0d0c8d732c3e2bce40af4e547 (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 7a7a94c9..dffd80c0 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 {
@@ -34,6 +35,7 @@ namespace Pinetime {
DeviceInformationService deviceInformationService;
CurrentTimeClient currentTimeClient;
AlertNotificationClient alertNotificationClient;
+ PinetimeService pinetimeService;
uint8_t addrType;
uint16_t connectionHandle;
};