I recently increased the size of 3 characteristics from 2 bytes to 40 bytes (an array of values) each. Since, the last service of the profile is not showing up when I connect. Is there a way to debug this? (like using the status variable when attributes are added to the database). Is there some maximum size for this database? I have verified that the calculated total size parameters for the service are correct.
I have a characteristic value is more than 100 bytes, and App layer need to use it periodically. Can I use attmdb_att_get_value to read it when needed ?
Appreciated for any help!