summaryrefslogtreecommitdiff
path: root/doc/ble.md
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-24 20:06:52 +0200
committerGitHub <noreply@github.com>2021-10-24 20:06:52 +0200
commit82ca526ec2db11d9e4aa2d91cd69ed2394e3a843 (patch)
treeaf91df7395abd8bed0d12c276b3703f46cbfadfd /doc/ble.md
parent9538eb97166410ebc362addfb76ec54895491cd7 (diff)
parentb3a82288997556b04a64d452ec2067747f1fb706 (diff)
Merge pull request #754 from InfiniTimeOrg/add-motion-service
Add motion service
Diffstat (limited to 'doc/ble.md')
-rw-r--r--doc/ble.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 2f8ba41c..8573166f 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -65,14 +65,19 @@ When the service does not exist in the BLE specification, InfiniTime implements
The following custom services are implemented in InfiniTime:
- Since InfiniTime 0.8:
- ```
- * Music Service : 00000000-78fc-48fe-8e23-433b3a1942d0
- ```
-
+ * Music Service : 00000000-78fc-48fe-8e23-433b3a1942d0
+
+
- Since InfiniTime 0.11:
- ```
- * Navigation Service : 00010000-78fc-48fe-8e23-433b3a1942d0
- ```
+ * [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) : 00030000-78fc-48fe-8e23-433b3a1942d0
---