Bluetooth: OTS: Add configuration for OTS channel TX mtu

Add configuration for Object Transfer Service channel MTU for outgoing
L2CAP SDUs.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2021-06-04 16:39:36 +02:00 committed by Christopher Friedt
commit 9f989a0b00
2 changed files with 9 additions and 4 deletions

View file

@ -60,6 +60,11 @@ config BT_OTS_OLCP_GO_TO_SUPPORT
bool "Support OLCP Go To Operation"
default y
config BT_OTS_L2CAP_CHAN_TX_MTU
int "Size of TX MTU for Object Transfer Channel"
default 256
range 21 65533
config BT_OTS_L2CAP_CHAN_RX_MTU
int "Size of RX MTU for Object Transfer Channel"
# RX MTU will be truncated to account for the L2CAP PDU and SDU header.