diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:11:04 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-26 03:25:17 (GMT) |
| commit | 8b7bbf4b84a008e42a0ebba8af316690af696d5b (patch) | |
| tree | 21bcfb4f4da4b3f6b3ebb21d6dd85f080f8cecd3 /src/components/ble/NimbleController.h | |
| parent | 1589e31b71b0f45eebd6fb95b53248a156821abb (diff) | |
compactify app list
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 263d498..0facca6 100644 --- a/src/components/ble/NimbleController.h +++ b/src/components/ble/NimbleController.h @@ -17,7 +17,6 @@ #include "components/ble/HeartRateService.h" #include "components/ble/ImmediateAlertService.h" #include "components/ble/ServiceDiscovery.h" -#include "components/ble/MotionService.h" namespace Pinetime { namespace Drivers { @@ -42,8 +41,7 @@ namespace Pinetime { NotificationManager& notificationManager, Battery& batteryController, Pinetime::Drivers::SpiNorFlash& spiNorFlash, - HeartRateController& heartRateController, - MotionController& motionController); + HeartRateController& heartRateController); void Init(); void StartAdvertising(); int OnGAPEvent(ble_gap_event* event); @@ -77,7 +75,6 @@ namespace Pinetime { BatteryInformationService batteryInformationService; ImmediateAlertService immediateAlertService; HeartRateService heartRateService; - MotionService motionService; ServiceDiscovery serviceDiscovery; uint8_t addrType; |
