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:
parent
8e865a7a88
commit
9f989a0b00
2 changed files with 9 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue