We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad8ce4 commit aea89ecCopy full SHA for aea89ec
subsys/bluetooth/controller/Kconfig
@@ -529,14 +529,14 @@ config BT_CTLR_SDC_IGNORE_HCI_ISO_DATA_TS_FROM_HOST
529
config BT_CTLR_SDC_BIG_RESERVED_TIME_US
530
int "BIG reserved time [us]"
531
range 0 4000000
532
- default 2500
+ default 1600
533
help
534
The time reserved for other roles in each ISO interval, used when selecting BIG parameters.
535
536
config BT_CTLR_SDC_CIG_RESERVED_TIME_US
537
int "CIG reserved time [us]"
538
539
- default 2000
+ default 1300
540
541
The time reserved for other roles in each ISO interval, used when selecting CIG parameters.
542
0 commit comments