diff options
| author | mabuch <marcel.buechler@gmail.com> | 2021-11-15 19:41:32 (GMT) |
|---|---|---|
| committer | mabuch <marcel.buechler@gmail.com> | 2021-11-15 19:41:32 (GMT) |
| commit | a631fa351858f722f8c4ba7992901722acf3f0c9 (patch) | |
| tree | 6b1f6790ed75f21ea74a9dff7edf3f20ddaa5f6b /src/components/ble/MotionService.cpp | |
| parent | a57fda6ba4a29866083a1254ffdf92939d00e182 (diff) | |
fix Motion Service UUID in doc and code comments
Diffstat (limited to 'src/components/ble/MotionService.cpp')
| -rw-r--r-- | src/components/ble/MotionService.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/MotionService.cpp b/src/components/ble/MotionService.cpp index b4786ab..284c60d 100644 --- a/src/components/ble/MotionService.cpp +++ b/src/components/ble/MotionService.cpp @@ -5,7 +5,7 @@ using namespace Pinetime::Controllers; namespace { - // 0002yyxx-78fc-48fe-8e23-433b3a1942d0 + // 0003yyxx-78fc-48fe-8e23-433b3a1942d0 constexpr ble_uuid128_t CharUuid(uint8_t x, uint8_t y) { return ble_uuid128_t{ .u = {.type = BLE_UUID_TYPE_128}, @@ -13,7 +13,7 @@ namespace { }; } - // 00020000-78fc-48fe-8e23-433b3a1942d0 + // 00030000-78fc-48fe-8e23-433b3a1942d0 constexpr ble_uuid128_t BaseUuid() { return CharUuid(0x00, 0x00); } |
