I've run out of space in my attribute table. No problem, I'll just make it bigger with ble_enable_params.gatts_enable_params.attr_tab_size
.
The easiest way to do this would be to make it really big, add all my characteristics, check how much of the table is in use, and then set the size so it's exactly perfect.
I'm having trouble with step three in this process. Is there any way, other than trial and error, to find out how much of the attribute table has been used?
Thanks!