We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea36e8 commit cd4682dCopy full SHA for cd4682d
2 files changed
src/components/ble/MotionService.cpp
@@ -120,7 +120,3 @@ void MotionService::UnsubscribeNotification(uint16_t attributeHandle) {
120
else if (attributeHandle == motionValuesHandle)
121
motionValuesNoficationEnabled = false;
122
}
123
-
124
-bool MotionService::IsMotionNotificationSubscribed() const {
125
- return motionValuesNoficationEnabled;
126
-}
src/components/ble/MotionService.h
@@ -21,7 +21,6 @@ namespace Pinetime {
21
22
void SubscribeNotification(uint16_t attributeHandle);
23
void UnsubscribeNotification(uint16_t attributeHandle);
24
- bool IsMotionNotificationSubscribed() const;
25
26
private:
27
NimbleController& nimble;
0 commit comments