summaryrefslogtreecommitdiff
path: root/src/Components/Ble/BleController.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-08Display BLE MAC address in sysinfo Screen.JF1-0/+9
2020-06-01Improve DFU procedure :JF1-0/+4
- 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-05-02Add new screen that is displayed during the OTA transfert.JF1-0/+12
2020-04-23NimbleController : Encapsulate device info service in its own class.JF1-1/+1
2020-03-28Encapsulate Notification management in NotificationManager. It implement a ↵JF1-10/+1
static array of notifications to avoid dynamic allocation.
2020-03-25Add support for BLE notification (ANS client).JF1-0/+14
Work In Progress!!!
2019-12-27Add BleController to manage the BLE connection statusJF1-0/+15