Other Parts Discussed in Thread: CC2340R5
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: CC2340R5
尊敬的 TI 团队:
我正在 使用 Zephyr 下游的 SimpleLink CC2340R5、并尝试启用 BLE LE 编码 PHY(远距离) 支持。
但是、当我在中启用以下功能时 prj.conf:
CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_PHY_CODED=y
我在构建过程中收到以下警告:
warning: BT_CTLR_PHY_CODED (defined at subsys/bluetooth/controller/Kconfig:630) was assigned the
value 'y' but got the value 'n'. Check these unsatisfied dependencies: (BT_CTLR_PHY ||
BT_CTLR_ADV_EXT) (=n), BT_CTLR_PHY_CODED_SUPPORT (=n), BT_CTLR (=n). See
docs.zephyrproject.org/.../kconfig.html and/or look up
BT_CTLR_PHY_CODED in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.
我的问题
- CC2340R5 的 SimpleLink Zephyr 下游是否根本支持 BLE LE 编码 PHY?
- 如果是:
-
- 启用它的正确配置是什么?
- 是否需要任何其他控制器或功能标志?
- 如果不是:
-
- 是否有在该下游电路中添加编码 PHY 支持的路线图?
- 或者、此功能是否仅通过 TI BLE 栈(非 Zephyr)可用?