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