mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
505 B
ReStructuredText
17 lines
505 B
ReStructuredText
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
|