diff options
| author | Adam Pigg <adam@piggz.co.uk> | 2020-04-28 17:39:26 (GMT) |
|---|---|---|
| committer | Adam Pigg <adam@piggz.co.uk> | 2020-04-28 17:39:26 (GMT) |
| commit | 5df4c1016ae9e0ca65061c12117691301ca93766 (patch) | |
| tree | caa79b6bc52f75957071c98cc9499ab9b89c9514 /src/Components/Ble/NimbleController.h | |
| parent | 423a956d8f3fdbac9db310e3223280a4624ff49e (diff) | |
Run the alert notification service and simplify trhe pinetime service
initialization
Diffstat (limited to 'src/Components/Ble/NimbleController.h')
| -rw-r--r-- | src/Components/Ble/NimbleController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Components/Ble/NimbleController.h b/src/Components/Ble/NimbleController.h index dffd80c..13dfbdb 100644 --- a/src/Components/Ble/NimbleController.h +++ b/src/Components/Ble/NimbleController.h @@ -1,6 +1,7 @@ #pragma once #include <cstdint> +#include "AlertNotificationService.h" #include "AlertNotificationClient.h" #include "DeviceInformationService.h" #include "CurrentTimeClient.h" @@ -34,8 +35,10 @@ namespace Pinetime { DeviceInformationService deviceInformationService; CurrentTimeClient currentTimeClient; + AlertNotificationService anService; AlertNotificationClient alertNotificationClient; PinetimeService pinetimeService; + uint8_t addrType; uint16_t connectionHandle; }; |
