Bluetooth: ISO: Fix BT_ISO_TX_MTU range
In the Bluetooth Core Specification, the minimum ISO_Data_Packet_Length is 0x0001, hence fix the BT_ISO_TX_MTU range to allow a minimum value of 1. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
4c37545c26
commit
afd4346965
|
@ -96,7 +96,7 @@ config BT_ISO_TX_FRAG_COUNT
|
|||
config BT_ISO_TX_MTU
|
||||
int "Maximum supported MTU for Isochronous TX buffers"
|
||||
default 251
|
||||
range 23 4095
|
||||
range 1 4095
|
||||
help
|
||||
Maximum MTU for Isochronous channels TX buffers.
|
||||
|
||||
|
|
Loading…
Reference in a new issue