docs(ble): Replaced BLE with Bluetooth LE

This commit is contained in:
Wei Yuhan
2025-09-02 17:05:05 +08:00
parent 339982cd24
commit d0705a6d94
8 changed files with 44 additions and 55 deletions

View File

@@ -6,9 +6,9 @@ GAP API
应用示例
-------------------
- :example:`bluetooth/bluedroid/ble/gatt_security_client` 演示使用 ESP BLE security API{IDF_TARGET_NAME} 作为 GATT 客户端时如何建立安全连接并加密与对等设备的通信。
- :example:`bluetooth/bluedroid/ble/gatt_security_client` 演示使用 ESP 低功耗蓝牙 security API{IDF_TARGET_NAME} 作为 GATT 客户端时如何建立安全连接并加密与对等设备的通信。
- :example:`bluetooth/bluedroid/ble/gatt_security_server` 演示使用 ESP BLE security API{IDF_TARGET_NAME} 作为 GATT 服务器时如何建立安全连接并加密与对等设备的通信。
- :example:`bluetooth/bluedroid/ble/gatt_security_server` 演示使用 ESP 低功耗蓝牙 security API{IDF_TARGET_NAME} 作为 GATT 服务器时如何建立安全连接并加密与对等设备的通信。
API 参考
-------------