esp_gattc.rst 1.2 KB

123456789101112131415161718192021222324252627
  1. GATT Client API
  2. ===============
  3. Application Example
  4. -------------------
  5. Check :example:`bluetooth/bluedroid/ble` folder in ESP-IDF examples, which contains the following demos and their tutorials:
  6. * This is a GATT client demo and its tutorial. This demo can scan for devices, connect to the GATT server and discover its services.
  7. - :example:`bluetooth/bluedroid/ble/gatt_client`
  8. - :example_file:`GATT Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>`
  9. * This is a multiple connection demo and its tutorial. This demo can connect to multiple GATT server devices and discover their services.
  10. - :example:`bluetooth/bluedroid/ble/gattc_multi_connect`
  11. - :example_file:`GATT Client Multi-connection Example Walkthrough <bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`
  12. * This is a demo similar to Bluetooth® Low Energy (Bluetooth LE) SPP. This demo, which acts as a GATT client, can receive data from UART and then send the data to the peer device automatically.
  13. - :example:`bluetooth/bluedroid/ble/ble_spp_client`
  14. API Reference
  15. -------------
  16. .. include-build-file:: inc/esp_gattc_api.inc