Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.43 KB

File metadata and controls

30 lines (21 loc) · 1.43 KB

蓝牙 API

:link_to_translation:en:[English]

Bluetooth Controller && VHCI <controller_vhci> Bluetooth Common <bt_common> Bluetooth LE <bt_le> Bluetooth Classic <classic_bt> NimBLE <nimble/index> ESP-BLE-MESH <esp-ble-mesh>

请点击下方链接,查看 ESP32 蓝牙架构:

ESP32 蓝牙架构 (PDF)

蓝牙 API 的示例代码存放于 ESP-IDF bluetooth/bluedroid 示例目录下,请查看。

下面的示例给出了详细介绍:

  • :example_file:`GATT 客户端示例 <bluetooth/bluedroid/ble/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md>`
  • :example_file:`GATT 服务端服务表格示例 <bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/Gatt_Server_Service_Table_Example_Walkthrough.md>`
  • :example_file:`GATT 服务端示例 <bluetooth/bluedroid/ble/gatt_server/tutorial/Gatt_Server_Example_Walkthrough.md>`
  • :example_file:`GATT 客户端安全性示例 <bluetooth/bluedroid/ble/gatt_security_client/tutorial/Gatt_Security_Client_Example_Walkthrough.md>`
  • :example_file:`GATT 服务端安全性示例 <bluetooth/bluedroid/ble/gatt_security_server/tutorial/Gatt_Security_Server_Example_Walkthrough.md>`
  • :example_file:`GATT 客户端多连接示例 <bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/Gatt_Client_Multi_Connection_Example_Walkthrough.md>`