esp-idf/docs/zh_CN/api-reference/bluetooth/esp_gatts.rst

17 lines
505 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

GATT 服务器 API
=====================
:link_to_translation:`en:[English]`
应用示例
-------------------
- :example:`bluetooth/bluedroid/ble/gatt_server_service_table` 演示如何使用属性表创建 GATT Service从而无需逐个添加属性。
- :example:`bluetooth/bluedroid/ble/gatt_server` 演示如何逐个添加属性来创建 GATT Service并开始广播以便 GATT Client 进行连接并交换数据。
API 参考
-------------
.. include-build-file:: inc/esp_gatts_api.inc