diff options
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
| -rw-r--r-- | src/Components/Ble/NimbleController.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h index 9f74be2..7e68060 100644 --- a/src/Components/Ble/NimbleController.h +++ b/src/Components/Ble/NimbleController.h @@ -1,10 +1,12 @@ #pragma once #include <cstdint> +#include "AlertNotificationService.h" #include "AlertNotificationClient.h" #include "DeviceInformationService.h" #include "CurrentTimeClient.h" #include "DfuService.h" +#include "CurrentTimeService.h" #include <host/ble_gap.h> namespace Pinetime { @@ -44,7 +46,10 @@ namespace Pinetime { DeviceInformationService deviceInformationService; CurrentTimeClient currentTimeClient; + AlertNotificationService anService; AlertNotificationClient alertNotificationClient; + CurrentTimeService currentTimeService; + uint8_t addrType; uint16_t connectionHandle; |
