ESP-IDF 编程指南
v3.1.7
  • 快速入门
  • 快速入门 (CMake 预览版本)
  • API 参考
    • Wi-Fi
    • Mesh
    • Bluetooth
      • Bluetooth Controller && VHCI
      • Bluetooth Common
      • Bluetooth LE
      • Bluetooth Classic
    • Ethernet
    • Peripherals
    • Protocols
    • Storage
    • System
    • Configuration Options
    • Error Codes Reference
  • H/W 参考
  • API 指南
  • 贡献代码
  • 版本
  • 相关资源
  • 版权
  • 关于
  • [Languages/语言]
ESP-IDF 编程指南
  • Docs »
  • API Reference »
  • Bluetooth API
  • Edit on GitHub

Bluetooth API¶

  • Bluetooth Controller && VHCI
    • Overview
    • Application Example
    • API Reference
  • Bluetooth Common
    • Bluetooth DEFINE
    • Bluetooth MAIN
    • Bluetooth DEVICE
  • Bluetooth LE
    • BLE GAP
    • BLE GATT DEFINE
    • BLE GATT SERVER
    • BLE GATT CLIENT
    • BLE BLUFI
  • Bluetooth Classic
    • BT GAP
    • BT A2DP
    • BT AVRC
    • BT SPP
    • BT HFP Define
    • BT HFP Client

To see the overview of the ESP32 Bluetooth stack architecture, follow links below:

  • ESP32 Bluetooth Architecture (PDF) [English]
  • ESP32 Bluetooth Architecture (PDF) [中文]

Example code for this API section is provided in bluetooth directory of ESP-IDF examples.

Several examples contain detailed description. To see them please follow links below:

  • GATT Client Example Walkthrough
  • GATT Server Service Table Example Walkthrough
  • GATT Server Example Walkthrough
  • GATT Security Client Example Walkthrough
  • GATT Security Server Example Walkthrough
  • GATT Client Multi-connection Example Walkthrough
Next Previous

© Copyright 2016 - 2018 乐鑫信息科技(上海)有限公司 Revision d8e057b0.

Built with Sphinx using a theme provided by Read the Docs.