1GATT CLIENT API
2===============
3
4Overview
5--------
6
7`Instructions`_
8
9.. _Instructions: ../template.html
10
11Application Example
12-------------------
13
14Check :example:`bluetooth/bluedroid/ble` folder in ESP-IDF examples, which contains the following demos and their tutorials:
15
16* This is a GATT client demo and its tutorial. This demo can scan for devices, connect to the GATT server and discover its services.
17
18    - :example:`bluetooth/bluedroid/ble/gatt_client`
19    - :example_file:`GATT Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>`
20
21* This is a multiple connection demo and its tutorial. This demo can connect to multiple GATT server devices and discover their services.
22
23    - :example:`bluetooth/bluedroid/ble/gattc_multi_connect`
24    - :example_file:`GATT Client Multi-connection Example Walkthrough <bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`
25
26* This is a BLE SPP-Like demo. This demo, which acts as a GATT client, can receive data from UART and then send the data to the peer device automatically.
27
28    - :example:`bluetooth/bluedroid/ble/ble_spp_client`
29
30API Reference
31-------------
32
33.. include-build-file:: inc/esp_gattc_api.inc
34
35