From 10f10496f025458e5060b84589980e3da24d899a Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Mon, 27 Dec 2021 20:57:20 +0100 Subject: [PATCH] docs: Update bluetooth overview --- Documentation/bluetooth/overview.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/bluetooth/overview.rst b/Documentation/bluetooth/overview.rst index d0ea167a..46fe72d0 100644 --- a/Documentation/bluetooth/overview.rst +++ b/Documentation/bluetooth/overview.rst @@ -30,3 +30,5 @@ The first byte after the prefix identifies the service (e.g. `03` for ECG). The The service uses `00` at this position. The first attribute inside the service uses `01` at this position. See the documentation of any service for an example. +You can use the UUID range 422380XX-2342-2342-2342-234223422342 for your own experiments / demos/ development. For example the demos under `demos/` in +the repository use this range of UUIDs. -- GitLab