Hi,
we are developing a custom BLE communication. For this we are using:
- nRF5_SDK_17.0.2_d674dde
- s332
- based on BLE NUS UART example
Everything works fine, until we encountered a problem adding too many characteristics / services.
1. (+) It works: when having 3 Services and 7 characteristics
2. (-) It stops working when adding more characteristics. Service 1 can have max 16 characteristics, even if service 2 and 3 are with or without characteristics
3. (+) It works if I remove e.g. service 3, then Service 1 can have more then 16 characteristics
I have changed SD RAM size as well.
Where can I change max number of characteristics / services?
Thank you
Regards, Ram