index.rst 1.4 KB

123456789101112131415161718192021222324252627282930
  1. 蓝牙 API
  2. *************
  3. :link_to_translation:`en:[English]`
  4. .. toctree::
  5. :maxdepth: 2
  6. Bluetooth Controller && VHCI <controller_vhci>
  7. Bluetooth Common <bt_common>
  8. Bluetooth LE <bt_le>
  9. Bluetooth Classic <classic_bt>
  10. NimBLE <nimble/index>
  11. ESP-BLE-MESH <esp-ble-mesh>
  12. 请点击下方链接,查看 ESP32 蓝牙架构:
  13. `ESP32 蓝牙架构 (PDF) <http://espressif.com/sites/default/files/documentation/esp32_bluetooth_architecture_cn.pdf>`_
  14. 蓝牙 API 的示例代码存放于 ESP-IDF :example:`bluetooth/bluedroid` 示例目录下,请查看。
  15. 下面的示例给出了详细介绍:
  16. * :example_file:`GATT 客户端示例 <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>`
  17. * :example_file:`GATT 服务端服务表格示例 <bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/Gatt_Server_Service_Table_Example_Walkthrough.md>`
  18. * :example_file:`GATT 服务端示例 <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>`
  19. * :example_file:`GATT 客户端安全性示例 <bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  20. * :example_file:`GATT 服务端安全性示例 <bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  21. * :example_file:`GATT 客户端多连接示例 <bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`