From efc737618652e0d74c0c946356ca4e59342557a6 Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Mon, 27 Dec 2021 20:48:17 +0100 Subject: [PATCH] docs: Update bluetooth overview --- Documentation/bluetooth/overview.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/bluetooth/overview.rst b/Documentation/bluetooth/overview.rst index a5325b27..4b91bb0f 100644 --- a/Documentation/bluetooth/overview.rst +++ b/Documentation/bluetooth/overview.rst @@ -6,3 +6,18 @@ Overview UUIDs ----- + +UUIDs in use by the card10: + ++--------------------------------------+-------------------------------+---------------------------------------------------------------------+ +| UUID | Usage | Comment | ++======================================+===============================+=====================================================================+ +| 422301XX-2342-2342-2342-234223422342 | File Transfer Service | Used by the Companion App to install apps on the card10 | ++--------------------------------------+-------------------------------+---------------------------------------------------------------------+ +| 422302XX-2342-2342-2342-234223422342 | card10 Service | Controls general card10 functionality like LEDs and personal state | ++--------------------------------------+-------------------------------+---------------------------------------------------------------------+ +| 422303XX-2342-2342-2342-234223422342 | ECG Service | Allows to stream ECG measurements via BLE | ++--------------------------------------+-------------------------------+---------------------------------------------------------------------+ + + +UUIDs created for the card10 generally start with `4223`, followed by one byte identifying the service (e.g. `03` for ECG). The next byte is reserved for UUIDs used by the service itself. -- GitLab