| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Nimble in libs directory | JF | 2020-04-26 | 2 | -834/+0 |
| | | |||||
| * | Integration of nimble, work in progress. | JF | 2020-04-19 | 2 | -2/+5 |
| | | | | | Advertising is working. | ||||
| * | Fix crash when the computer disconnect from the BLE connection. | JF | 2020-04-04 | 1 | -1/+0 |
| | | |||||
| * | Improved BLE logging | JF | 2020-03-29 | 2 | -55/+41 |
| | | | | | | Do not consider service discovery as error Remove dulicated BLE observer | ||||
| * | Add support for BLE notification (ANS client). | JF | 2020-03-25 | 2 | -6/+218 |
| | | | | | Work In Progress!!! | ||||
| * | Workaround for a issue when the FDS (flash data storage for BLE softdevice)) ↵ | JF | 2020-03-15 | 1 | -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. | ||||
| * | Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ↵ | JF | 2020-03-06 | 2 | -1/+1 |
| | | | | | | | 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. | ||||
| * | Re-enable BLE, BLE status on display and battery level on display. | JF | 2020-02-23 | 1 | -0/+1 |
| | | |||||
| * | Detect BLE disconnection (in addition to BLE connection) and update the ↵ | JF | 2020-01-12 | 2 | -7/+21 |
| | | | | | display accordingly. | ||||
| * | Add DateTimeController to manage the time. | JF | 2019-12-28 | 2 | -5/+4 |
| | | | | | Use messages in message queues to refresh the UI | ||||
| * | Code cleaning, implement BT connection, advertising, discovery and CTS in ↵ | JF | 2019-12-23 | 2 | -0/+575 |
| ble_manager module. | |||||
