Files
2018-05-18 14:37:50 +02:00

16 lines
361 B
ReStructuredText

NimBLE Host GATT Server Reference
---------------------------------
Introduction
~~~~~~~~~~~~
The Generic Attribute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
server half of the GATT API handles registration and responding to GATT clients.
Header
~~~~~~
.. code-block:: cpp
#include "host/ble_hs.h"