summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorluz paz <luzpaz@pm.me>2022-06-01 09:38:40 -0400
committerRiku Isokoski <riksu9000@gmail.com>2022-06-05 09:31:23 +0300
commit20ac1cd3741808c1dfdbe27bac22536075eb19b3 (patch)
treeaec6d0e538813f0284481a5a978b2a98d41c45b2 /doc
parent03a510bd182cdb89005d75e0f8dacf734efce315 (diff)
revert portion of previous commit
Diffstat (limited to 'doc')
-rw-r--r--doc/ble.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ble.md b/doc/ble.md
index 8d59c2ef..7e3c873a 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -44,7 +44,7 @@ When starting, the firmware starts BLE advertising. It sends small messages that
A companion application (running on a PC, Raspberry Pi, smartphone, etc.) which receives this advertising packet can request a connection to the device. This connection procedure allows the 2 devices to negotiate communication parameters, security keys, etc.
-When the connection is established, the PineTime will try to discover services running on the companion application. For now **CTS** (**C**urrent **T**ime **S**ervice) and **ANS** (**A**lert **N**notification **S**ervice) are supported.
+When the connection is established, the PineTime will try to discover services running on the companion application. For now **CTS** (**C**urrent **T**ime **S**ervice) and **ANS** (**A**lert **N**otification **S**ervice) are supported.
If **CTS** is detected, it'll request the current time to the companion application. If **ANS** is detected, it will listen to new notifications coming from the companion application.