aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ble/MotionService.cpp')
-rw-r--r--src/components/ble/MotionService.cpp4
1 files changed, 0 insertions, 4 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;
-}