xref: /nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ble_gatts.rst (revision 042d53a763ad75cb1465103098bb88c245d95138)
1NimBLE Host GATT Server Reference
2---------------------------------
3
4Introduction
5~~~~~~~~~~~~
6
7The Generic Attribute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
8server half of the GATT API handles registration and responding to GATT clients.
9
10API
11~~~~~~
12
13.. doxygengroup:: bt_gatt
14    :content-only:
15    :members:
16