summaryrefslogtreecommitdiff
path: root/src/components/ble/NavigationService.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-24src: Enable unused parameter warningRiku Isokoski1-3/+3
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski1-1/+1
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-9/+17
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-10-09Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF1-24/+21
2021-07-24Move callback function into anonymous namespaceJonathan Vander Mey1-5/+5
2021-07-24Remove unnecessary C-style casts with BLE UUIDsJonathan Vander Mey1-19/+13
2021-07-24Update nav service UUID macro to constexpr functionsJonathan Vander Mey1-12/+20
2021-07-24Set navigation service id is base UUID macroJonathan Vander Mey1-11/+0
2021-04-24Reformatted all the files according to clang-format styleAvamander1-49/+33
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants1-1/+0
2021-01-20Merge branch piggz/nav into develop:Jean-François Milants1-0/+137