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