summaryrefslogtreecommitdiff
path: root/src/components/ble/NimbleController.cpp
AgeCommit message (Collapse)Author
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.
2021-04-24Reformatted all the files according to clang-format styleAvamander
2021-01-25fix build warnings in HR implementationpetter
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants
- fix conflict - add a icon for the navigation app.
2021-01-17Add heart rate BLE service.Jean-François Milants
2020-11-16Include cleanup: componentsokaestne
2020-10-29Refactoring of BLE service discovery : it is now implemented into the ↵JF
classes of the services.
2020-10-28Reset BLE services on disconnect, do not start advertising if a connection ↵JF
is already established.
2020-10-02Fixed all the includes that were broken due to the renamesAvamander