CONFIG_BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE

(No prompt – not directly user assignable.)

Type: bool

Help

SOCs nRF52811, nRF52820, nRF52833, nRF5340 generate PHYEND event delayed when
CTEINLINECTRLEN is enabled and received PDU does not have CTEInfo field. The option
enables workaround for the delay to maintain inter frame spacing (IFS) for connection
events.

Direct dependencies

BT_CTLR_DF_CTE_RX && BT_CONN && (SOC_NRF52811 || SOC_NRF52820 || SOC_NRF52833 || SOC_NRF5340_CPUNET) && BT_CTLR_DF && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/bluetooth/controller/Kconfig.df:204

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:181<Zephyr>/subsys/bluetooth/controller/Kconfig:789

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Direction Finding [EXPERIMENTAL]

config BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE
    bool
    default y
    depends on BT_CTLR_DF_CTE_RX && BT_CONN && (SOC_NRF52811 || SOC_NRF52820 || SOC_NRF52833 || SOC_NRF5340_CPUNET) && BT_CTLR_DF && BT_CTLR && BT_HCI && BT
    help
      SOCs nRF52811, nRF52820, nRF52833, nRF5340 generate PHYEND event delayed when
      CTEINLINECTRLEN is enabled and received PDU does not have CTEInfo field. The option
      enables workaround for the delay to maintain inter frame spacing (IFS) for connection
      events.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)