mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-20 16:07:22 +00:00
host/syscfg: introduce L2CAP_COC_MTU config value
This commit is contained in:
committed by
Łukasz Rymanowski
parent
430516d540
commit
5889dcba8d
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user