esp_gap_ble.rst 1.1 KB

123456789101112131415161718192021222324
  1. GAP API
  2. =======
  3. :link_to_translation:`en:[English]`
  4. 应用实例
  5. -------------------
  6. 以下示例及其教程存放在 ESP-IDF 项目示例的 :example:`bluetooth/bluedroid/ble` 目录下。
  7. * 以下为 SMP(安全管理协议)安全客户端示例及教程。该示例程序会初始化其安全参数,并充当 GATT 客户端,可向对端设备发送安全请求,完成加密过程。
  8. - :example:`bluetooth/bluedroid/ble/gatt_security_client`
  9. - :example_file:`GATT 安全客户端示例演示 <bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  10. * 以下为 SMP 安全服务器示例及其教程。该示例程序会初始化其安全参数,并充当 GATT 客户端,可向对端设备发送配对请求,完成加密过程。
  11. - :example:`bluetooth/bluedroid/ble/gatt_security_server`
  12. - :example_file:`GATT 安全服务器示例演示 <bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  13. API 参考
  14. -------------
  15. .. include-build-file:: inc/esp_gap_ble_api.inc