summaryrefslogtreecommitdiff
path: root/src/BLE/BleManager.c
AgeCommit message (Expand)Author
2020-04-26Add Nimble in libs directoryJF
2020-04-19Integration of nimble, work in progress.JF
2020-04-04Fix crash when the computer disconnect from the BLE connection.JF
2020-03-29Improved BLE loggingJF
2020-03-25Add support for BLE notification (ANS client).JF
2020-03-15Workaround for a issue when the FDS (flash data storage for BLE softdevice)) ...JF
2020-03-06Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ...JF
2020-01-12Detect BLE disconnection (in addition to BLE connection) and update the displ...JF
2019-12-28Add DateTimeController to manage the time.JF
2019-12-23Code cleaning, implement BT connection, advertising, discovery and CTS in ble...JF