I am building an ap (based on peripheral: ble_ap_uart with custom characteristics.
I want 18 characteristics for a single service.
My software works with up to 12 characteristics but crashes if I add a 13th.
Is there a limit to the number of characteristics (or other data associated with adding the characteristics) causing my software to crash when attempting to add more than 12 characteristics? If so, can I change it?
Thanks,
Richard