diff options
Diffstat (limited to 'src/components/ble/MotionService.h')
| -rw-r--r-- | src/components/ble/MotionService.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ble/MotionService.h b/src/components/ble/MotionService.h index e15cffe3..acc91e8d 100644 --- a/src/components/ble/MotionService.h +++ b/src/components/ble/MotionService.h @@ -21,6 +21,7 @@ namespace Pinetime { void SubscribeNotification(uint16_t attributeHandle); void UnsubscribeNotification(uint16_t attributeHandle); + bool IsMotionNotificationSubscribed() const; private: NimbleController& nimble; |
