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 3737
3838
3939#define BLEGAP_EVENT_LENGTH 6
40- #define BLEGATT_ATT_MTU_MAX 247
40+ #define BLEGATT_ATT_MTU_MAX 23
4141enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
4242
4343#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);
131131
132132// These value must be the same with one in dfu_transport_ble.c
133133#define BLEGAP_EVENT_LENGTH 6
134- #define BLEGATT_ATT_MTU_MAX 247
134+ #define BLEGATT_ATT_MTU_MAX 23
135135enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 };
136136
137137//--------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments