aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused motion subscribed methodmark90642025-10-161-4/+0
* Only inhibit sleep if motion notifications are enabled, not just Bluetoothapilat2024-01-231-0/+4
* MotionService: Remove SystemTask dependencyRiku Isokoski2023-03-191-5/+5
* src: Enable unused parameter warningRiku Isokoski2023-01-241-6/+6
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-041-0/+1
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-18/+14
* Add missing nrf_log.h includes shadowed by SystemMonitor.hReinhold Gschweicher2022-03-081-0/+1
* Merge branch 'develop' into motionservice_fix_typo_in_includeJF2021-11-281-3/+3
|\
| * Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants2021-11-281-1/+1
| |\
| | * Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| * | fix Motion Service UUID in doc and code commentsmabuch2021-11-151-2/+2
| |/
* / MotionService: fix not needed '/' in includeReinhold Gschweicher2021-10-301-1/+1
|/
* Motion service : fix step notifications that were sent as a single byte inste...Jean-François Milants2021-10-261-1/+1
* Add mention to Call characteristic (which was missing in the doc) and change ...Jean-François Milants2021-10-201-1/+1
* Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants2021-10-171-0/+124