diff options
| -rw-r--r-- | src/components/ble/MotionService.cpp | 4 | ||||
| -rw-r--r-- | src/components/ble/MotionService.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/components/ble/MotionService.cpp b/src/components/ble/MotionService.cpp index 1626a5bf..029be894 100644 --- a/src/components/ble/MotionService.cpp +++ b/src/components/ble/MotionService.cpp @@ -120,7 +120,3 @@ void MotionService::UnsubscribeNotification(uint16_t attributeHandle) { else if (attributeHandle == motionValuesHandle) motionValuesNoficationEnabled = false; } - -bool MotionService::IsMotionNotificationSubscribed() const { - return motionValuesNoficationEnabled; -} diff --git a/src/components/ble/MotionService.h b/src/components/ble/MotionService.h index acc91e8d..e15cffe3 100644 --- a/src/components/ble/MotionService.h +++ b/src/components/ble/MotionService.h @@ -21,7 +21,6 @@ namespace Pinetime { void SubscribeNotification(uint16_t attributeHandle); void UnsubscribeNotification(uint16_t attributeHandle); - bool IsMotionNotificationSubscribed() const; private: NimbleController& nimble; |
