Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions subsys/bluetooth/Kconfig.iso
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ config BT_ISO_MAX_CHAN
config BT_ISO_TX_BUF_COUNT
int "Number of Isochronous TX buffers"
default 1
range 1 255
range 0 255
help
Number of buffers available for outgoing Isochronous channel SDUs.

Expand Down Expand Up @@ -114,7 +114,7 @@ config BT_ISO_TX_MTU
config BT_ISO_RX_BUF_COUNT
int "Number of Isochronous RX buffers"
default 1
range 1 255
range 0 255
help
Number of buffers available for incoming Isochronous channel SDUs.

Expand Down