summaryrefslogtreecommitdiff
path: root/src/Components/Ble/NimbleController.h
diff options
context:
space:
mode:
authorAdam Pigg <adam@piggz.co.uk>2020-05-04 20:43:51 (GMT)
committerAdam Pigg <adam@piggz.co.uk>2020-05-04 20:43:51 (GMT)
commit9935fb193c7f8c109d8fc4de6e030d4146f35f5f (patch)
treecb773cdadb31c87866ec88b8287bd30df4f52f59 /src/Components/Ble/NimbleController.h
parent5df4c1016ae9e0ca65061c12117691301ca93766 (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 13dfbdb..7a08a73 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 {
@@ -37,7 +37,7 @@ namespace Pinetime {
CurrentTimeClient currentTimeClient;
AlertNotificationService anService;
AlertNotificationClient alertNotificationClient;
- PinetimeService pinetimeService;
+ CurrentTimeService currentTimeService;
uint8_t addrType;
uint16_t connectionHandle;