Merge pull request #839 from Arsen6331/BLE-FS-Docs

Add documentation for BLE FS
This commit is contained in:
JF
2021-12-20 21:06:29 +01:00
committed by GitHub
2 changed files with 176 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ This page describes the BLE implementation and API built in this firmware.
### Table of Contents
- [BLE Connection](#ble-connection)
- [BLE FS](#ble-fs)
- [BLE UUIDs](#ble-uuids)
- [BLE Services](#ble-services)
- [CTS](#cts)
@@ -51,6 +52,13 @@ If **CTS** is detected, it'll request the current time to the companion applicat
---
## BLE FS
The documentation for BLE FS can be found here:
[BLEFS.md](./BLEFS.md)
---
## BLE UUIDs
When possible, InfiniTime tries to implement BLE services defined by the BLE specification.
@@ -289,4 +297,4 @@ This characteristic expects a particular format:
- Microsecond divided by `1e6*256` (`uint8`)
- Binary 0001 (`uint8`)
Write all of these together, encoded as little-endian, to the current time characteristic.
Write all of these together, encoded as little-endian, to the current time characteristic.