summaryrefslogtreecommitdiff
path: root/src/components/ble/AlertNotificationService.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-21 15:31:56 (GMT)
committerJF <jf@codingfield.com>2020-10-21 15:31:56 (GMT)
commit440ae412b9ce9c868aa8b98e6da537bd0ec62de7 (patch)
treea4800f9992e35fe22d0acb1e0136c35133abbad4 /src/components/ble/AlertNotificationService.h
parentef5670c7e09a1a63fc5df4a066472ed7fe7550ff (diff)
Increase max size of notification message to 100 char.
Fix bug in message handling that would ignore the last character of the notification.
Diffstat (limited to 'src/components/ble/AlertNotificationService.h')
-rw-r--r--src/components/ble/AlertNotificationService.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/AlertNotificationService.h b/src/components/ble/AlertNotificationService.h
index 53cb44c..1b8c498 100644
--- a/src/components/ble/AlertNotificationService.h
+++ b/src/components/ble/AlertNotificationService.h
@@ -32,8 +32,8 @@ namespace Pinetime {
struct ble_gatt_chr_def characteristicDefinition[2];
struct ble_gatt_svc_def serviceDefinition[2];
- Pinetime::System::SystemTask &m_systemTask;
- NotificationManager &m_notificationManager;
+ Pinetime::System::SystemTask &systemTask;
+ NotificationManager &notificationManager;
};
}
}