Back to Esp Idf

ESP 主机主要功能支持状态

docs/zh_CN/api-guides/ble/host-feature-support-status.rst

6.1-dev6.9 KB
Original Source

:orphan:

ESP 主机主要功能支持状态

:link_to_translation:en:[English]

本文档介绍了乐鑫低功耗蓝牙主机 ESP-Bluedroid 和 ESP-NimBLE 主要功能的支持状态。 如果你计划将低功耗蓝牙控制器和主机跑在 {IDF_TARGET_NAME} 上,主机的功能支持可能会受限于控制器的功能支持状态, 请参阅 :doc:{IDF_TARGET_NAME} 主要功能支持状态 <ble-feature-support-status>

|supported_def| 该功能已完成开发和内部测试。 [1]_

|experimental_def| 该功能已完成开发,正在进行内部测试。 你可以探索这些功能以进行评估和反馈,但应注意可能出现的问题。

|developing_def| 该功能目前正在积极开发中, 预计在 YYYY/MM 月底之前支持。 请关注此表以获得该功能的最新进展。 如果确实有紧急的开发需求,请联系 乐鑫客户支持团队 <https://www.espressif.com/zh-hans/contact-us/sales-questions>__ 以了解是否可以进行功能试用。

|unsupported_def| 该功能在该蓝牙主机上不支持。 如果你有相关需求,请优先选择其他支持该功能的乐鑫蓝牙主机。 如果当前的乐鑫产品都不支持此功能,请联系 乐鑫客户支持团队 <https://www.espressif.com/zh-hans/contact-us/sales-questions>__ ,我们的研发团队会对你的需求进行内部可行性评估。

|NA_def| 具有此标签的功能可能为以下类型: - Controller-only 功能:该功能仅存在于 HCI 层之下,且无法通过主机API配置或启用,例如 Advertising Channel Index 。 此类功能不需要蓝牙主机的支持。

.. list-table:: :width: 100% :widths: auto :header-rows: 1

* - .. centered:: 核心协议
  - .. centered:: 主要功能
  - .. centered:: ESP-Bluedroid 主机
  - .. centered:: ESP-NimBLE 主机
* - .. centered:: |4.2|
  - LE Data Packet Length Extension
  - |supported|
  - |supported|
* -
  - LE Secure Connections
  - |supported|
  - |supported|
* -
  - Link Layer Privacy
  - |supported|
  - |supported|
* -
  - Link Layer Extended Filter Policies
  - |supported|
  - |supported|
* - .. centered:: |5.0|
  - 2 Msym/s PHY for LE
  - |supported|
  - |supported|
* -
  - LE Long Range (Coded PHY S=2/S=8)
  - |supported|
  - |supported|
* -
  - High Duty Cycle Non-Connectable Advertising
  - |supported|
  - |supported|
* -
  - LE Advertising Extensions
  - |supported|
  - |supported|
* -
  - LE Channel Selection Algorithm #2
  - |supported|
  - |supported|
* - .. centered:: |5.1|
  - Angle of Arrival (AoA)/Angle of Departure (AoD)
  - |experimental|
  - |experimental|
* -
  - GATT Caching
  - |experimental|
  - |experimental|
* -
  - Randomized Advertising Channel Indexing
  - |NA|
  - |NA|
* -
  - Periodic Advertising Sync Transfer
  - |supported|
  - |supported|
* - .. centered:: |5.2|
  - LE Isochronous Channels (BIS/CIS)
  - |experimental|
  - |developing202512|
* -
  - Enhanced Attribute Protocol
  - |unsupported|
  - |experimental|
* -
  - LE Power Control
  - |experimental|
  - |experimental|
* - .. centered:: |5.3|
  - AdvDataInfo in Periodic Advertising
  - |supported|
  - |supported|
* -
  - LE Enhanced Connection Update (Connection Subrating)
  - |experimental|
  - |experimental|
* -
  - LE Channel Classification
  - |supported|
  - |supported|
* - .. centered:: |5.4|
  - Advertising Coding Selection
  - |experimental|
  - |supported|
* -
  - Encrypted Advertising Data
  - |developing202512|
  - |experimental|
* -
  - LE GATT Security Levels Characteristic
  - |experimental|
  - |experimental|
* -
  - Periodic Advertising with Responses
  - |experimental|
  - |experimental|
* - .. centered:: |6.0|
  - Channel Sounding
  - |experimental|
  - |unsupported|
* -
  - LL Extended Feature Set
  - |developing202606|
  - |developing202606|
* -
  - Decision-Based Advertising Filtering
  - |unsupported|
  - |unsupported|
* -
  - Enhancements for ISOAL
  - |unsupported|
  - |unsupported|
* -
  - Monitoring Advertisers
  - |developing202606|
  - |developing202606|
* -
  - Frame Space Update
  - |unsupported|
  - |unsupported|

.. [1] 如果想了解支持功能的 Bluetooth SIG 认证状态, 请查阅 SIG 蓝牙产品数据库 <https://qualification.bluetooth.com/Listings/Search>__ 。

请注意,本文档不构成对客户的约束性承诺。 以上所列出来的功能支持状态信息仅供参考,可能会在不通知的情况下发生更改。 建议联系 乐鑫客户支持团队 <https://www.espressif.com/zh-hans/contact-us/sales-questions>__ 以获取最新信息,并确认功能是否适合你的特定需求。

.. |supported| image:: ../../../static/ble/feature_status/supported.svg :class: align-center .. |developing202512| image:: ../../../static/ble/feature_status/developing202512.svg :class: align-center :width: 120px .. |developing202603| image:: ../../../static/ble/feature_status/developing202603.svg :class: align-center :width: 125px .. |developing202606| image:: ../../../static/ble/feature_status/developing202606.svg :class: align-center :width: 125px .. |unsupported| image:: ../../../static/ble/feature_status/unsupported.svg :class: align-center .. |experimental| image:: ../../../static/ble/feature_status/experimental.svg :class: align-center .. |NA| image:: ../../../static/ble/feature_status/NA.svg :class: align-center .. |supported_def| image:: ../../../static/ble/feature_status/supported.svg .. |developing_def| image:: ../../../static/ble/feature_status/developingYYYYMM.svg .. |unsupported_def| image:: ../../../static/ble/feature_status/unsupported.svg .. |experimental_def| image:: ../../../static/ble/feature_status/experimental.svg .. |NA_def| image:: ../../../static/ble/feature_status/NA.svg .. |4.2| replace:: 4.2 <https://www.bluetooth.com/specifications/specs/core-specification-4-2/> .. |5.0| replace:: 5.0 <https://www.bluetooth.com/specifications/specs/core-specification-5-0/> .. |5.1| replace:: 5.1 <https://www.bluetooth.com/specifications/specs/core-specification-5-1/> .. |5.2| replace:: 5.2 <https://www.bluetooth.com/specifications/specs/core-specification-5-2/> .. |5.3| replace:: 5.3 <https://www.bluetooth.com/specifications/specs/core-specification-5-3/> .. |5.4| replace:: 5.4 <https://www.bluetooth.com/specifications/specs/core-specification-5-4/> .. |6.0| replace:: 6.0 <https://www.bluetooth.com/specifications/specs/core-specification-6-0/>__