summaryrefslogtreecommitdiff
path: root/src/BLE/BleManager.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25Add support for BLE notification (ANS client).JF1-6/+214
Work In Progress!!!
2020-03-15Workaround for a issue when the FDS (flash data storage for BLE softdevice)) ↵JF1-0/+45
memory is full (it prevent the app from running correctly and just display a black screen) : if the fds cannot init, erase the memory and try again.
2020-03-06Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ↵JF1-1/+0
This fixes an issue that would prevent the firmware from running correctly after a full reset or after the flashing of the firmware. Before this fix, ble_manager_init_peer_manager() was called before the scheduler, which trigged an assert in an IRQ routine.
2020-01-12Detect BLE disconnection (in addition to BLE connection) and update the ↵JF1-5/+18
display accordingly.
2019-12-28Add DateTimeController to manage the time.JF1-4/+3
Use messages in message queues to refresh the UI
2019-12-23Code cleaning, implement BT connection, advertising, discovery and CTS in ↵JF1-0/+531
ble_manager module.