Add BLE FS docs link to BLE docs

This commit is contained in:
Arsen6331 2021-11-24 22:22:04 +00:00 committed by GitHub
parent 7322f3286b
commit 47f73269bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ This page describes the BLE implementation and API built in this firmware.
### Table of Contents ### Table of Contents
- [BLE Connection](#ble-connection) - [BLE Connection](#ble-connection)
- [BLE FS](#ble-fs)
- [BLE UUIDs](#ble-uuids) - [BLE UUIDs](#ble-uuids)
- [BLE Services](#ble-services) - [BLE Services](#ble-services)
- [CTS](#cts) - [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 ## BLE UUIDs
When possible, InfiniTime tries to implement BLE services defined by the BLE specification. When possible, InfiniTime tries to implement BLE services defined by the BLE specification.
@ -285,4 +293,4 @@ This characteristic expects a particular format:
- Microsecond divided by `1e6*256` (`uint8`) - Microsecond divided by `1e6*256` (`uint8`)
- Binary 0001 (`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.