:orphan: .. title:: CONFIG_BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE .. kconfig:: CONFIG_BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE CONFIG_BT_CTLR_DF_PHYEND_OFFSET_COMPENSATION_ENABLE ################################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_CTLR_DF_CTE_RX ` && \ :kconfig:`BT_CONN ` && (\ :kconfig:`SOC_NRF52811 ` || \ :kconfig:`SOC_NRF52820 ` || \ :kconfig:`SOC_NRF52833 ` || \ :kconfig:`SOC_NRF5340_CPUNET `) && \ :kconfig:`BT_CTLR_DF ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/bluetooth/controller/Kconfig.df:204`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:181`` → ``/bluetooth/controller/Kconfig:788`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Direction Finding [EXPERIMENTAL] .. code-block:: kconfig 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.)*