Maximum MTU size setting 512 not able to configure

Hi 

In current development we will used the S112 soft device

SDK version 15.2.0

MCU is nrf52810

Try to update the below macro size to 512.


#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 512
#endif

Firmware gives run time error.

Debugging stop while check the firmware in debug mode.

regards from

Paresh Parekh

Related