| 12345678910111213141516171819202122 |
- GATT SERVER 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 server demo. Use GATT API to create a GATT server with send advertising. This GATT server can be connected and the service can be discovery - :example:`bluetooth/gatt_server`
- API Reference
- -------------
- .. include:: /_build/inc/esp_gatts_api.inc
|