We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ee100 commit 51fecc9Copy full SHA for 51fecc9
samples/common/mcumgr_bt_ota_dfu/Kconfig
@@ -49,7 +49,7 @@ config IMG_ERASE_PROGRESSIVELY
49
if MCUMGR_TRANSPORT_BT_REASSEMBLY
50
51
config MCUMGR_TRANSPORT_NETBUF_SIZE
52
- default 2475
+ default 1230
53
54
config MCUMGR_GRP_OS_MCUMGR_PARAMS
55
default y
@@ -114,13 +114,13 @@ config NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
114
if NCS_SAMPLE_MCUMGR_BT_OTA_DFU_SPEEDUP
115
116
config BT_L2CAP_TX_MTU
117
- default 498 if BT_HCI_HOST
+ default 247 if BT_HCI_HOST
118
119
config BT_BUF_ACL_TX_SIZE
120
default 251
121
122
config BT_BUF_ACL_RX_SIZE
123
- default 502
+ default 251
124
125
config BT_CTLR_DATA_LENGTH_MAX
126
default 251 if HAS_BT_CTLR
0 commit comments