Bluetooth: controller: Rename supported ISO Sets Kconfig
Rename Kconfig BT_CTLR_SCAN_SYNC_ISO_MAX to BT_CTLR_SCAN_SYNC_ISO_SET, to be consistent with other Kconfig naming. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
32a79dd7e3
commit
44492c8324
3 changed files with 8 additions and 8 deletions
|
@ -193,13 +193,13 @@ config BT_CTLR_SCAN_SYNC_SET
|
|||
help
|
||||
Maximum supported periodic sync sets.
|
||||
|
||||
config BT_CTLR_SCAN_SYNC_ISO_MAX
|
||||
int "Maximum Broadcast Isochronous Groups syncs"
|
||||
config BT_CTLR_SCAN_SYNC_ISO_SET
|
||||
int "LE ISO Broadcast Isochronous Groups Sync Sets"
|
||||
depends on BT_CTLR_SYNC_ISO
|
||||
range 1 64
|
||||
default 1
|
||||
help
|
||||
Maximum supported broadcast isochronous groups (BIGs) syncs.
|
||||
Maximum supported broadcast isochronous groups (BIGs) sync sets.
|
||||
|
||||
config BT_CTLR_ZLI
|
||||
bool "Use Zero Latency IRQs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue