esp_gap_ble.rst 1.1 KB

1234567891011121314151617181920212223
  1. GAP 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 SMP security client demo and 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.
  7. - :example:`bluetooth/bluedroid/ble/gatt_security_client`
  8. - :example_file:`GATT Security Client Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  9. * This is a SMP security server demo and 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.
  10. - :example:`bluetooth/bluedroid/ble/gatt_security_server`
  11. - :example_file:`GATT Security Server Example Walkthrough <bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  12. API Reference
  13. -------------
  14. .. include-build-file:: inc/esp_gap_ble_api.inc