host/syscfg: introduce L2CAP_COC_MTU config value

This commit is contained in:
Hauke Petersen
2019-01-30 14:23:16 +01:00
committed by Łukasz Rymanowski
parent 430516d540
commit 5889dcba8d
+8
View File
@@ -110,6 +110,14 @@ syscfg.defs:
Defines maximum number of LE Connection Oriented Channels channels.
When set to (0), LE COC is not compiled in.
value: 0
BLE_L2CAP_COC_MTU:
description: >
Defines the MTU size used internally by the L2CAP COC module for
transferring data from user provided buffers into NimBLE's internal
buffer. The default MTU size is chosen in a way, that the MTU plus
the required HCI and L2CAP headers fit into the smallest available
MSYS blocks.
value: 'MYNEWT_VAL_MSYS_1_BLOCK_SIZE-8'
# Security manager settings.
BLE_SM_LEGACY: