esp_gatts.rst 510 B

12345678910111213141516171819202122
  1. GATT SERVER API
  2. ===============
  3. Overview
  4. --------
  5. `Instructions`_
  6. .. _Instructions: ../template.html
  7. Application Example
  8. -------------------
  9. Check :example:`bluetooth` folder in ESP-IDF examples, which contains the following application:
  10. * 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`
  11. API Reference
  12. -------------
  13. .. include:: /_build/inc/esp_gatts_api.inc