NimbleController : Encapsulate device info service in its own class.

This commit is contained in:
JF
2020-04-23 20:34:38 +02:00
parent 14d6954466
commit 24a7b6e397
6 changed files with 175 additions and 119 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include <cstdint>
#include "DeviceInformationService.h"
#include <host/ble_gap.h>
namespace Pinetime {
@@ -33,6 +35,7 @@ namespace Pinetime {
} CtsData;
DateTime& dateTimeController;
DeviceInformationService deviceInformationService;
ble_uuid16_t ctsUuid;