aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MotionService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix Motion Service UUID in doc and code commentsmabuch2021-11-151-2/+2
|
* Motion service : fix step notifications that were sent as a single byte ↵Jean-François Milants2021-10-261-1/+1
| | | | instead of 4 (uint32_t).
* Add mention to Call characteristic (which was missing in the doc) and change ↵Jean-François Milants2021-10-201-1/+1
| | | | the UUID of the new Motion service from 00020000-* to 00030000-*.
* Add MotionService : expose step count and RAW X/Y/Z values to the host.Jean-François Milants2021-10-171-0/+124