Skip to content

Commit a980696

Browse files
committed
Changed the default max MTU size within the DFU transport to 23, which is the required size for the legacy bootloader to perform a successful OTA with the latest Nordic-DFU-Library.
1 parent 2107d4e commit a980696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk11/components/libraries/bootloader_dfu/dfu_transport_ble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
#define BLEGAP_EVENT_LENGTH 6
40-
#define BLEGATT_ATT_MTU_MAX 247
40+
#define BLEGATT_ATT_MTU_MAX 23
4141
enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
4242

4343
#define DFU_REV_MAJOR 0x00 /** DFU Major revision number to be exposed. */

0 commit comments

Comments
 (0)