summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-05-04 21:43:51 +0100
committerAdam Pigg <adam@piggz.co.uk>2020-05-05 20:58:15 +0100
commit206bdbf5eb94ac967284862b5d7a270ed50195db (patch)
tree4a7faae0ea7530c6a217a8ba8c94ea205bb6a62d /src/Components/Ble/NimbleController.h
parentd33be52bc9cec10e530e1390f1cf812c12cd830e (diff)
Move PinetimeService to CurrentTimeService witha view to implement CTS
for time handling
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
-rw-r--r--src/Components/Ble/NimbleController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h
index 820b1c77..44fbbe2c 100644
--- a/src/Components/Ble/NimbleController.h
+++ b/src/Components/Ble/NimbleController.h
@@ -5,7 +5,7 @@
#include "AlertNotificationClient.h"
#include "DeviceInformationService.h"
#include "CurrentTimeClient.h"
-#include "PinetimeService.h"
+#include "CurrentTimeService.h"
#include <host/ble_gap.h>
namespace Pinetime {
@@ -38,7 +38,7 @@ namespace Pinetime {
CurrentTimeClient currentTimeClient;
AlertNotificationService anService;
AlertNotificationClient alertNotificationClient;
- PinetimeService pinetimeService;
+ CurrentTimeService currentTimeService;
uint8_t addrType;
uint16_t connectionHandle;