| 12345678910111213141516171819202122 |
- GATT CLIENT API
- ===============
- Overview
- --------
- `Instructions`_
- .. _Instructions: ../template.html
- Application Example
- -------------------
- Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
- * This is a GATT client demo. This demo can scan devices, connect to the GATT server and discover the service :example:`bluetooth/gatt_client`
- API Reference
- -------------
- .. include:: /_build/inc/esp_gattc_api.inc
|