From 5f95de13141384269fb0f30f23c31aeefb510196 Mon Sep 17 00:00:00 2001 From: montea Date: Mon, 13 Feb 2023 10:46:51 +0000 Subject: [PATCH] Set MTU to 23 within main.c file as per request on the comment above it --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 47386ca..960daa4 100644 --- a/src/main.c +++ b/src/main.c @@ -131,7 +131,7 @@ extern void tusb_hal_nrf_power_event(uint32_t event); // These value must be the same with one in dfu_transport_ble.c #define BLEGAP_EVENT_LENGTH 6 -#define BLEGATT_ATT_MTU_MAX 247 +#define BLEGATT_ATT_MTU_MAX 23 enum { BLE_CONN_CFG_HIGH_BANDWIDTH = 1 }; //--------------------------------------------------------------------+