Hello,
Currently, I am having a problem with my BLE application. I am using nRF5_SDK_17.0.2_d674dde version. The BLE can advertise and can be seen by my phone. When my phone tries to connect to the service, I get NRF_ERROR_NO_MEM.
The NRF_ERROR_NO_MEM comes from conn_params_error_handler which is initialized via conn_params_init.
I am using NRF52832 with s132_nrf52_7.2.0_API soft device.