ESP-IDF 编程指南 Logo
latest
  • 快速入门
  • API 参考
    • Bluetooth
      • Bluetooth Controller && VHCI
      • Bluetooth Common
      • Bluetooth LE
      • Bluetooth Classic
      • NimBLE
      • ESP-BLE-MESH
    • Networking
    • Peripherals
    • 协议
    • Provisioning
    • Storage
    • System
    • Configuration Options
    • Error Codes Reference
  • H/W 参考
  • ESP32-S2 预览
  • API 指南
  • Libraries and Frameworks
  • 贡献代码
  • 版本
  • 相关资源
  • 版权
  • 关于
  • Languages/语言
  • 指南下载
ESP-IDF 编程指南
  • Docs »
  • API 参考 »
  • 蓝牙 API
  • Edit on GitHub

蓝牙 API¶

[English]

  • 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
    • BT HFP AG
  • NimBLE
    • Overview
    • Architecture
    • Threading Model
    • Programming Sequence
    • API Reference
  • ESP-BLE-MESH
    • Application Examples and Demos
    • API Reference
    • ESP-BLE-MESH Definitions
    • ESP-BLE-MESH Core API Reference
    • ESP-BLE-MESH Models API Reference

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

ESP32 蓝牙架构 (PDF)

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

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

  • GATT 客户端示例
  • GATT 服务端服务表格示例
  • GATT 服务端示例
  • GATT 客户端安全性示例
  • GATT 服务端安全性示例
  • GATT 客户端多连接示例
Next Previous

© Copyright 2016 - 2019 乐鑫信息科技(上海)股份有限公司 Revision f9108063.

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