esp_gap_ble.rst 1.2 KB

12345678910111213141516171819202122232425
  1. GAP API
  2. =======
  3. :link_to_translation:`zh_CN:[中文]`
  4. Application Example
  5. -------------------
  6. Check the :example:`bluetooth/bluedroid/ble` folder in ESP-IDF examples, which contains the following demos and their tutorials:
  7. * The following shows an SMP security client demo with its tutorial. This demo initiates its security parameters and acts as a GATT client, which can send a security request to the peer device and then complete the encryption procedure.
  8. - :example:`bluetooth/bluedroid/ble/gatt_security_client`
  9. - :example_file:`GATT Security Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  10. * The following shows an SMP security server demo with its tutorial. This demo initiates its security parameters and acts as a GATT server, which can send a pair request to the peer device and then complete the encryption procedure.
  11. - :example:`bluetooth/bluedroid/ble/gatt_security_server`
  12. - :example_file:`GATT Security Server Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  13. API Reference
  14. -------------
  15. .. include-build-file:: inc/esp_gap_ble_api.inc