mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-23 11:34:08 +00:00
16 lines
361 B
ReStructuredText
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"
|