File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/sdk11/components/libraries/bootloader_dfu Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
38
38
39
39
#define BLEGAP_EVENT_LENGTH 6
40
- #define BLEGATT_ATT_MTU_MAX 247
40
+ #define BLEGATT_ATT_MTU_MAX 23
41
41
enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
42
42
43
43
#define DFU_REV_MAJOR 0x00 /** DFU Major revision number to be exposed. */
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ extern void tusb_hal_nrf_power_event(uint32_t event);
131
131
132
132
// These value must be the same with one in dfu_transport_ble.c
133
133
#define BLEGAP_EVENT_LENGTH 6
134
- #define BLEGATT_ATT_MTU_MAX 247
134
+ #define BLEGATT_ATT_MTU_MAX 23
135
135
enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
136
136
137
137
//--------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments