1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| NimBLE Host GATT Client Reference
| ---------------------------------
|
| Introduction
| ~~~~~~~~~~~~
|
| The Generic Attribute Profile (GATT) manages all activities involving services, characteristics, and descriptors. The
| client half of the GATT API initiates GATT procedures.
|
| API
| ~~~~~~
|
| .. doxygengroup:: bt_gatt
| :content-only:
| :members:
|
|