diff --git a/Documentation/bluetooth/card10.rst b/Documentation/bluetooth/card10.rst index 2530d00da1b3efac8f29141bb462a365b58e2a35..8bd529eaa7e17d332bb485d3eed60413feb5f351 100644 --- a/Documentation/bluetooth/card10.rst +++ b/Documentation/bluetooth/card10.rst @@ -1,3 +1,5 @@ +.. _bluetooth_card10_service: + Bluetooth Card10 Service ======================== diff --git a/Documentation/bluetooth/ecg.rst b/Documentation/bluetooth/ecg.rst index 42d39a331858cc6b7395a7378aa4e92e14d1e047..2c0e3f8ae074f39032ed96a0601b0e511c400dae 100644 --- a/Documentation/bluetooth/ecg.rst +++ b/Documentation/bluetooth/ecg.rst @@ -1,3 +1,5 @@ +.. _bluetooth_ecg_service: + Bluetooth ECG Service ======================== diff --git a/Documentation/bluetooth/file-transfer.rst b/Documentation/bluetooth/file-transfer.rst index 49191d2da8f25e610d0ef9f96696b73692a2d74f..4eec7fad6c6461a012ff7f5b573dad1d184f9ecf 100644 --- a/Documentation/bluetooth/file-transfer.rst +++ b/Documentation/bluetooth/file-transfer.rst @@ -1,3 +1,5 @@ +.. _bluetooth_file_transfer: + Bluetooth File Transfer ======================= diff --git a/Documentation/bluetooth/overview.rst b/Documentation/bluetooth/overview.rst index 46fe72d0b27570d179c54634956e72e03bc57ec2..707d9f0466e059c7e51dfed7830686a37f2cb831 100644 --- a/Documentation/bluetooth/overview.rst +++ b/Documentation/bluetooth/overview.rst @@ -3,32 +3,32 @@ Overview ======== - UUIDs ----- - -Bluetooth uses UUIDs to identify almost everything. The Bluetooth SIG specifies a number of "short" 16-bit UUIDs for general use. A device -is free to define other "long" 128-bit UUIDs if it wants to express non-standard functionality. - -The card10 defines a few non-standard UUIDs. They are prefixed with `4232`: - - -+--------------------------------------+-------------------------------+---------------------------------------------------------------------+ -| 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 | -+--------------------------------------+-------------------------------+---------------------------------------------------------------------+ -| 422380XX-2342-2342-2342-234223422342 | Experimental usage | To be used for development and experiments | -+--------------------------------------+-------------------------------+---------------------------------------------------------------------+ - - -The first byte after the prefix identifies the service (e.g. `03` for ECG). The next byte is reserved for UUIDs used by the service itself. -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. +Bluetooth uses UUIDs to identify almost everything. The Bluetooth SIG specifies +a number of "short" 16-bit UUIDs for general use. A device is free to define +other "long" 128-bit UUIDs if it wants to express non-standard functionality. + +The card10 defines a few non-standard UUIDs. They are prefixed with ``4232``: + + ++--------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------+ +| UUID | Usage | Comment | ++======================================+=======================================================+====================================================================+ +| 422301XX-2342-2342-2342-234223422342 | :ref:`File Transfer Service<bluetooth_file_transfer>` | Used by the Companion App to install apps on the card10 | ++--------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------+ +| 422302XX-2342-2342-2342-234223422342 | :ref:`card10 Service<bluetooth_card10_service>` | Controls general card10 functionality like LEDs and personal state | ++--------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------+ +| 422303XX-2342-2342-2342-234223422342 | :ref:`ECG Service<bluetooth_ecg_service>` | Allows to stream ECG measurements via BLE | ++--------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------+ +| 422380XX-2342-2342-2342-234223422342 | Experimental usage | To be used for development and experiments | ++--------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------+ + +The first byte after the prefix identifies the service (e.g. ``03`` for ECG). +The next byte is reserved for UUIDs used by the service itself. 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.