diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:39:38 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-13 18:39:38 (GMT) |
| commit | 569e6fea41c13f33ad1374bb80ca489aaf4a7037 (patch) | |
| tree | d3ec0a05dfaaae60346bca4413b312daa859b4e4 /src/components/ble/NimbleController.h | |
| parent | 3115e7c58d3f4c936a68b3756fb8e37663b12830 (diff) | |
Sans notification (notification manager retained as it seems to be used by the dfu manager)
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index c9d6420..2069d8c 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -7,14 +7,11 @@ #include <host/ble_gap.h> #undef max #undef min -#include "components/ble/AlertNotificationClient.h" -#include "components/ble/AlertNotificationService.h" #include "components/ble/BatteryInformationService.h" #include "components/ble/CurrentTimeClient.h" #include "components/ble/CurrentTimeService.h" #include "components/ble/DeviceInformationService.h" #include "components/ble/DfuService.h" -#include "components/ble/ImmediateAlertService.h" #include "components/ble/ServiceDiscovery.h" namespace Pinetime { @@ -45,10 +42,6 @@ namespace Pinetime { int OnGAPEvent(ble_gap_event* event); void StartDiscovery(); - Pinetime::Controllers::AlertNotificationService& alertService() { - return anService; - }; - uint16_t connHandle(); void NotifyBatteryLevel(uint8_t level); @@ -67,11 +60,8 @@ namespace Pinetime { DeviceInformationService deviceInformationService; CurrentTimeClient currentTimeClient; - AlertNotificationService anService; - AlertNotificationClient alertNotificationClient; CurrentTimeService currentTimeService; BatteryInformationService batteryInformationService; - ImmediateAlertService immediateAlertService; ServiceDiscovery serviceDiscovery; uint8_t addrType; |
