Bluetooth: controller: Add Kconfig to config Periodic Sync Sets
Added Kconfig option to configure supported simultaneous Periodic Sync Sets. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
5c525f0350
commit
7a5413dcca
1 changed files with 8 additions and 0 deletions
|
@ -177,6 +177,14 @@ config BT_CTLR_SCAN_AUX_SET
|
||||||
help
|
help
|
||||||
Maximum supported auxiliary channel scan sets.
|
Maximum supported auxiliary channel scan sets.
|
||||||
|
|
||||||
|
config BT_CTLR_SCAN_SYNC_SET
|
||||||
|
int "LE Periodic Sync Sets"
|
||||||
|
depends on BT_CTLR_SCAN_PERIODIC
|
||||||
|
range 1 64
|
||||||
|
default 1
|
||||||
|
help
|
||||||
|
Maximum supported periodic sync sets.
|
||||||
|
|
||||||
config BT_CTLR_ZLI
|
config BT_CTLR_ZLI
|
||||||
bool "Use Zero Latency IRQs"
|
bool "Use Zero Latency IRQs"
|
||||||
depends on ZERO_LATENCY_IRQS
|
depends on ZERO_LATENCY_IRQS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue