Move PinetimeService to CurrentTimeService witha view to implement CTS

for time handling
This commit is contained in:
Adam Pigg
2020-05-04 21:43:51 +01:00
parent d33be52bc9
commit 206bdbf5eb
5 changed files with 27 additions and 28 deletions

View File

@@ -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;