This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf ble peripheral Custom Service permission error

we are using NRF52832 for my development. Also implemented 1  custom service. Currently we are using 2 standard services and 1 custom service(12 custom characteristics) with our application. I assigned read/write/notify permission as characteristics need. We also implemented Windows Application to exchange the data with our peripheral device.

Currently we are facing services permission error sometimes. what could the reason for that.

Also sometimes facing memory issue while increasing custom characteristics value. Is there any limitation for max no of characteristics in custom service. If occurs how can we resolve that.

Related