diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:49:12 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:49:12 (GMT) |
| commit | 6ef420d2407a4685b56a233f6b0f849e90c6cf49 (patch) | |
| tree | 917f4304cace71ca0d7e472546a1538d8ac991a4 /src/components/ble/NimbleController.h | |
| parent | 8b7bbf4b84a008e42a0ebba8af316690af696d5b (diff) | |
sans heart
Diffstat (limited to 'src/components/ble/NimbleController.h')
| -rw-r--r-- | src/components/ble/NimbleController.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/ble/NimbleController.h b/src/components/ble/NimbleController.h index 0facca6..c9d6420 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -14,7 +14,6 @@ #include "components/ble/CurrentTimeService.h" #include "components/ble/DeviceInformationService.h" #include "components/ble/DfuService.h" -#include "components/ble/HeartRateService.h" #include "components/ble/ImmediateAlertService.h" #include "components/ble/ServiceDiscovery.h" @@ -40,8 +39,7 @@ namespace Pinetime { DateTime& dateTimeController, NotificationManager& notificationManager, Battery& batteryController, - Pinetime::Drivers::SpiNorFlash& spiNorFlash, - HeartRateController& heartRateController); + Pinetime::Drivers::SpiNorFlash& spiNorFlash); void Init(); void StartAdvertising(); int OnGAPEvent(ble_gap_event* event); @@ -74,7 +72,6 @@ namespace Pinetime { CurrentTimeService currentTimeService; BatteryInformationService batteryInformationService; ImmediateAlertService immediateAlertService; - HeartRateService heartRateService; ServiceDiscovery serviceDiscovery; uint8_t addrType; |
