蓝牙 API ************* :link_to_translation:`en:[English]` .. toctree:: :maxdepth: 2 Bluetooth Controller && VHCI Bluetooth Common Bluetooth LE Bluetooth Classic NimBLE 请点击下方链接,查看 ESP32 蓝牙架构: `ESP32 蓝牙架构 (PDF) `_ 蓝牙 API 的示例代码存放于 ESP-IDF :example:`bluetooth/bluedroid` 示例目录下,请查看。 下面的示例给出了详细介绍: * :example_file:`GATT 客户端示例 ` * :example_file:`GATT 服务端服务表格示例 ` * :example_file:`GATT 服务端示例 ` * :example_file:`GATT 客户端安全性示例 ` * :example_file:`GATT 服务端安全性示例 ` * :example_file:`GATT 客户端多连接示例 `