aboutsummaryrefslogtreecommitdiffstats
path: root/src/Components/Ble/NotificationManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix buffer overflow opportunities in AlertNotificationService & ↵JF2020-06-281-3/+4
| | | | AlertNotificationClient.
* Encapsulate Notification management in NotificationManager. It implement a ↵JF2020-03-281-0/+29
static array of notifications to avoid dynamic allocation.