Skip to content

Commit f01b77f

Browse files
ppryga-nordiccfriedt
authored andcommitted
Bluetooth: controller: Add conf max num of PDUs with CTE in per adv chain
Add possiblity to configure maximum number of PDUs with Constant Tone Extension in a single periodic advertising chain. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 1999170 commit f01b77f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

subsys/bluetooth/controller/Kconfig.df

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ config BT_CTLR_DF_INIT_ANT_SEL_GPIOS
146146
In such case application is responsible for appropriate GPIOs
147147
initialization.
148148

149+
config BT_CTLR_DF_PER_ADV_CTE_NUM_MAX
150+
int "Maximum number of transmitted PDUs with Constant Tone Extension in connectionless mode"
151+
depends on BT_CTLR_DF_ADV_CTE_TX && BT_CTLR_ADV_PDU_LINK
152+
range 1 16
153+
default 1
154+
help
155+
Maximum supported number of PDUs, that have Constant Tone Extension, transmitted in single
156+
periodic advertising chain. The range is taken from BT Core spec 5.1, Vol 4 Part E
157+
section 7.8.82 HCI_LE_Set_Connectionless_IQ_Sampling_Enable Max_Sampled_CTEs parameter.
158+
149159
config BT_CTLR_DF_DEBUG_ENABLE
150160
bool "Bluetooth Direction Finding debug support enable"
151161
help

0 commit comments

Comments
 (0)