mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
docs(ble): Replaced BLE with Bluetooth LE
This commit is contained in:
@@ -332,7 +332,7 @@ If none of our chip series meet your needs, please contact `customer support tea
|
||||
please consult `SIG Bluetooth Product Database <https://qualification.bluetooth.com/Listings/Search>`__.
|
||||
|
||||
For certain features, if the majority of the development is completed on the Controller, the Host's support status will be limited by the Controller's support status.
|
||||
If you want BLE Controller and Host to run on different Espressif chips, the functionality of the Host will not be limited by the Controller's support status on the chip running the Host,
|
||||
If you want Bluetooth LE Controller and Host to run on different Espressif chips, the functionality of the Host will not be limited by the Controller's support status on the chip running the Host,
|
||||
please check the :doc:`ESP Host Feature Support Status Table <host-feature-support-status>` .
|
||||
|
||||
It is important to clarify that this document is not a binding commitment to our customers.
|
||||
|
||||
@@ -223,9 +223,9 @@ The format of ACK Frame:
|
||||
-
|
||||
|
||||
* - 0x8 (b’001000)
|
||||
- Disconnect the BLE GATT link.
|
||||
- Disconnect the Bluetooth LE GATT link.
|
||||
-
|
||||
- The ESP device will disconnect the BLE GATT link after receives this command.
|
||||
- The ESP device will disconnect the Bluetooth LE GATT link after receives this command.
|
||||
|
||||
* - 0x9 (b’001001)
|
||||
- Get the Wi-Fi list.
|
||||
|
||||
@@ -296,7 +296,7 @@ If you have not completed the ESP-IDF development environment setup, please refe
|
||||
Try It Out
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Please refer to :ref:`BLE Introduction Try It Out <nimble_gatt_server_practice>` 。
|
||||
Please refer to :ref:`Bluetooth LE Introduction Try It Out <nimble_gatt_server_practice>`.
|
||||
|
||||
|
||||
Code Explanation
|
||||
|
||||
@@ -6,7 +6,7 @@ ESP Host Major Feature Support Status
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
The table below shows the support status of major features on ESP-Bluedroid and ESP-NimBLE Host.
|
||||
If you plan to run the BLE Controller and Host on {IDF_TARGET_NAME} together, the functionality of the Host may be limited by the support status of the Controller,
|
||||
If you plan to run the Bluetooth LE Controller and Host on {IDF_TARGET_NAME} together, the functionality of the Host may be limited by the support status of the Controller,
|
||||
please check the :doc:`{IDF_TARGET_NAME} Major Feature Support Status Table <ble-feature-support-status>` .
|
||||
|
||||
|supported_def| **This feature has completed development and internal testing.** [1]_
|
||||
|
||||
@@ -223,9 +223,9 @@ ACK 帧格式 (8 bit):
|
||||
-
|
||||
|
||||
* - 0x8 (b’001000)
|
||||
- 断开 BLE GATT 连接。
|
||||
- 断开低功耗蓝牙 GATT 连接。
|
||||
-
|
||||
- ESP 设备收到该指令后主动断开 BLE GATT 连接。
|
||||
- ESP 设备收到该指令后主动断开低功耗蓝牙 GATT 连接。
|
||||
|
||||
* - 0x9 (b’001001)
|
||||
- 获取 Wi-Fi 列表。
|
||||
|
||||
Reference in New Issue
Block a user