summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-10-20 20:52:04 +0200
committerJean-François Milants <jf@codingfield.com>2021-10-20 20:52:04 +0200
commitb3a82288997556b04a64d452ec2067747f1fb706 (patch)
tree0e31806c6e81c98f08de157835754c695e73c094 /doc
parent2c5015add7a67f950e7f5f33e5bc84b7275b4ced (diff)
Add mention to Call characteristic (which was missing in the doc) and change the UUID of the new Motion service from 00020000-* to 00030000-*.
Diffstat (limited to 'doc')
-rw-r--r--doc/ble.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 89ad877f..8125e985 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -34,10 +34,14 @@ The following custom services are implemented in InfiniTime:
- Since InfiniTime 0.11:
* [Navigation Service](NavigationService.md) : 00010000-78fc-48fe-8e23-433b3a1942d0
+
+
+ - Since InfiniTime 0.13
+ * Call characteristic (extension to the Alert Notification Service): 00020001-78fc-48fe-8e23-433b3a1942d0
- Since InfiniTime 1.7:
- * [Motion Service](MotionService.md) : 00020000-78fc-48fe-8e23-433b3a1942d0
+ * [Motion Service](MotionService.md) : 00030000-78fc-48fe-8e23-433b3a1942d0
## BLE services
[List of standard BLE services](https://www.bluetooth.com/specifications/gatt/services/)