summaryrefslogtreecommitdiff
path: root/src/components/ble/NavigationService.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-24Update nav service UUID macro to constexpr functionsJonathan Vander Mey1-16/+0
2021-07-24Set navigation service id is base UUID macroJonathan Vander Mey1-2/+1
Avoids the need to copy the same ID into every characteristic UUID genereated from it.
2021-07-24Update Navigation UUID documentationJonathan Vander Mey1-1/+1
Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-30/+14
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-0/+96
- fix conflict - add a icon for the navigation app.