:orphan: .. title:: CONFIG_BT_CTLR_DF_PER_ADV_CTE_NUM_MAX .. kconfig:: CONFIG_BT_CTLR_DF_PER_ADV_CTE_NUM_MAX CONFIG_BT_CTLR_DF_PER_ADV_CTE_NUM_MAX ##################################### *Maximum number of transmitted PDUs with Constant Tone Extension in connectionless mode* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_CTLR_DF_ADV_CTE_TX ` && \ :kconfig:`BT_CTLR_ADV_PDU_LINK ` && \ :kconfig:`BT_CTLR_DF ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/controller/Kconfig.df:159`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` → ``/bluetooth/controller/Kconfig:658`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller → LE Direction Finding [Experimental] .. code-block:: kconfig 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.)*