We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9568c08 commit 8f17b10Copy full SHA for 8f17b10
subsys/bluetooth/Kconfig.iso
@@ -77,7 +77,7 @@ config BT_ISO_MAX_CHAN
77
config BT_ISO_TX_BUF_COUNT
78
int "Number of Isochronous TX buffers"
79
default 1
80
- range 1 255
+ range 0 255
81
help
82
Number of buffers available for outgoing Isochronous channel SDUs.
83
@@ -107,7 +107,7 @@ config BT_ISO_TX_MTU
107
config BT_ISO_RX_BUF_COUNT
108
int "Number of Isochronous RX buffers"
109
110
111
112
Number of buffers available for incoming Isochronous channel SDUs.
113
0 commit comments