The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BT_CTLR_DF_PER_ADV_CTE_NUM_MAX

Maximum number of transmitted PDUs with Constant Tone Extension in connectionless mode

Type: int

Help

Maximum supported number of PDUs, that have Constant Tone Extension, transmitted in single
periodic advertising chain. The range is taken from BT Core spec 5.1, Vol 4 Part E
section 7.8.82 HCI_LE_Set_Connectionless_IQ_Sampling_Enable Max_Sampled_CTEs parameter.

Direct dependencies

BT_CTLR_DF_ADV_CTE_TX && BT_CTLR_ADV_PDU_LINK && BT_CTLR_DF && BT_CTLR && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At subsys/bluetooth/controller/Kconfig.df:159

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:9subsys/bluetooth/Kconfig:175subsys/bluetooth/controller/Kconfig:658

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

config BT_CTLR_DF_PER_ADV_CTE_NUM_MAX
    int "Maximum number of transmitted PDUs with Constant Tone Extension in connectionless mode"
    range 1 16
    default 1
    depends on BT_CTLR_DF_ADV_CTE_TX && BT_CTLR_ADV_PDU_LINK && BT_CTLR_DF && BT_CTLR && BT_HCI && BT
    help
      Maximum supported number of PDUs, that have Constant Tone Extension, transmitted in single
      periodic advertising chain. The range is taken from BT Core spec 5.1, Vol 4 Part E
      section 7.8.82 HCI_LE_Set_Connectionless_IQ_Sampling_Enable Max_Sampled_CTEs parameter.

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