Part Number: CC2340R5
Hi TI team,
I’m working with CC2340R5 using the SimpleLink downstream of Zephyr, and I’m trying to enable BLE LE Coded PHY (long range) support.
However, when I enable the following in prj.conf:
CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_PHY_CODED=y
I get this warning during build:
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.
My questions
- Does the SimpleLink Zephyr downstream for CC2340R5 support BLE LE Coded PHY at all?
- If yes:
-
- What is the correct configuration to enable it?
- Are there any additional controller or feature flags required?
- If not:
-
- Is there a roadmap for adding CODED PHY support in this downstream?
- Or is this feature only available via the TI BLE stack (non-Zephyr)?