InfiniTime/src/Components/Ble
JF dca559aad5 Improve DFU procedure :
- correctly write all bytes to flash
 - check CRC
 - Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved)
 - Improve dfu screen
 - Reset if dfu image is correctly copied into flash and crc is ok.
2020-06-01 09:22:54 +02:00
..
AlertNotificationClient.cpp Defer the discovery of services using the system task. 2020-05-01 21:58:31 +02:00
AlertNotificationClient.h Defer the discovery of services using the system task. 2020-05-01 21:58:31 +02:00
AlertNotificationService.cpp Add a very basic alert nofification service 2020-05-05 20:58:15 +01:00
AlertNotificationService.h Add a very basic alert nofification service 2020-05-05 20:58:15 +01:00
BleController.cpp Add new screen that is displayed during the OTA transfert. 2020-05-02 14:16:57 +02:00
BleController.h Improve DFU procedure : 2020-06-01 09:22:54 +02:00
CurrentTimeClient.cpp Merge develop 2020-05-24 16:51:50 +02:00
CurrentTimeClient.h Merge develop 2020-05-24 16:51:50 +02:00
CurrentTimeService.cpp TODO is done 2020-05-07 20:06:50 +01:00
CurrentTimeService.h Move PinetimeService to CurrentTimeService witha view to implement CTS 2020-05-05 20:58:15 +01:00
DeviceInformationService.cpp NimbleController : Encapsulate device info service in its own class. 2020-04-23 20:34:38 +02:00
DeviceInformationService.h NimbleController : Encapsulate device info service in its own class. 2020-04-23 20:34:38 +02:00
DfuService.cpp Improve DFU procedure : 2020-06-01 09:22:54 +02:00
DfuService.h Improve DFU procedure : 2020-06-01 09:22:54 +02:00
NimbleController.cpp Merge develop 2020-05-24 16:51:50 +02:00
NimbleController.h Merge develop 2020-05-24 16:51:50 +02:00
NotificationManager.cpp Encapsulate Notification management in NotificationManager. It implement a static array of notifications to avoid dynamic allocation. 2020-03-28 19:05:28 +01:00
NotificationManager.h Encapsulate Notification management in NotificationManager. It implement a static array of notifications to avoid dynamic allocation. 2020-03-28 19:05:28 +01:00