summaryrefslogtreecommitdiff
path: root/doc/ble.md
diff options
context:
space:
mode:
authorGrant <Volatile86@gmail.com>2021-07-25 10:58:55 -0500
committerGitHub <noreply@github.com>2021-07-25 17:58:55 +0200
commit6222b7c22307b114fef0ddd2148472dbebbc5174 (patch)
treecf40686fb514801073f6426db237c65ca6d6c4ee /doc/ble.md
parent1ae22f45f97bf5135a23ab0dedd87d7fdaff82bd (diff)
Correct spelling issue in documentation (#509)
* Correct spelling issue
Diffstat (limited to 'doc/ble.md')
-rw-r--r--doc/ble.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ble.md b/doc/ble.md
index fdf1a5b6..518b99c8 100644
--- a/doc/ble.md
+++ b/doc/ble.md
@@ -5,9 +5,9 @@ This page describes the BLE implementation and API built in this firmware.
**Note** : I'm a beginner in BLE related technologies and the information of this document reflect my current knowledge and understanding of the BLE stack. These informations might be erroneous or incomplete. Feel free to submit a PR if you think you can improve these.
## BLE Connection
-When starting the firmware start a BLE advertising : it send small messages that can be received by any *central* device in range. This allows the device to announce its presence to other devices.
+When starting the firmware start a BLE advertising : it sends small messages that can be received by any *central* device in range. This allows the device to announce its presence to other devices.
-A companion application (running on a PC, RasberryPi, smartphone) which received this avertising packet can request a connection to the device. This connection procedure allows the 2 devices to negociate communication parameters, security keys,...
+A companion application (running on a PC, RaspberryPi, smartphone) which received this avertising packet can request a connection to the device. This connection procedure allows the 2 devices to negotiate communication parameters, security keys,...
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.