.. |
AlertNotificationClient.cpp
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
2021-06-06 15:56:03 +02:00 |
AlertNotificationClient.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
AlertNotificationService.cpp
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
2021-06-06 15:56:03 +02:00 |
AlertNotificationService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
BatteryInformationService.cpp
|
Notify battery level every 10 minutes when connected to a BLE host.
|
2021-07-11 16:55:06 +02:00 |
BatteryInformationService.h
|
Notify battery level every 10 minutes when connected to a BLE host.
|
2021-07-11 16:55:06 +02:00 |
BleClient.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
BleController.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
BleController.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
CurrentTimeClient.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
CurrentTimeClient.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
CurrentTimeService.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
CurrentTimeService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
DeviceInformationService.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
DeviceInformationService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
DfuService.cpp
|
Make firmware updating more foolproof (#469)
|
2021-07-22 21:57:45 +02:00 |
DfuService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
HeartRateService.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
HeartRateService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
ImmediateAlertService.cpp
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
|
2021-06-06 15:56:03 +02:00 |
ImmediateAlertService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
MusicService.cpp
|
Inititialize members in class declaration
|
2021-07-02 17:47:14 +02:00 |
MusicService.h
|
Inititialize members in class declaration
|
2021-07-02 17:47:14 +02:00 |
NavigationService.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
NavigationService.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |
NimbleController.cpp
|
Notify battery level every 10 minutes when connected to a BLE host.
|
2021-07-11 16:55:06 +02:00 |
NimbleController.h
|
Notify battery level every 10 minutes when connected to a BLE host.
|
2021-07-11 16:55:06 +02:00 |
NotificationManager.cpp
|
Toggle notifications only, keep vibrations.
|
2021-09-12 11:08:25 +03:00 |
NotificationManager.h
|
Toggle notifications only, keep vibrations.
|
2021-09-12 11:08:25 +03:00 |
ServiceDiscovery.cpp
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
ServiceDiscovery.h
|
Changed access modified indentation
|
2021-04-24 12:00:45 +03:00 |