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:
Vinayak Kariappa Chettimada 2020-12-25 10:38:34 +05:30 committed by Carles Cufí
commit 44492c8324
3 changed files with 8 additions and 8 deletions

View file

@ -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"