InfiniTime/src/components/ble
2021-07-02 17:47:14 +02:00
..
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 Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
BatteryInformationService.h Changed access modified indentation 2021-04-24 12:00:45 +03: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 SPI flash sleep if bootloader >= 1.0.0 (#322) 2021-06-26 20:53:32 +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 Make MusicService UUID objects static constexpr 2021-07-02 17:47:14 +02:00
MusicService.h Make MusicService UUID objects static constexpr 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 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
NimbleController.h Changed access modified indentation 2021-04-24 12:00:45 +03:00
NotificationManager.cpp Reformatted all the files according to clang-format style 2021-04-24 11:39:53 +03:00
NotificationManager.h Changed access modified indentation 2021-04-24 12:00:45 +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