We found that the ANCS Attribute max length is 99, and the last three characters is "...". Is the ANCS or Nordic SD limitation?
We found that the ANCS Attribute max length is 99, and the last three characters is "...". Is the ANCS or Nordic SD limitation?
Which SDK and and SoftDevice version are you using?
You are using the ble_app_ancs_c example? How did you find this max length? What do you mean by the last three characters is "..."? Where do you see it? When you get notification and print?
set BLE_ANCS_ATTR_DATA_MAX 128, the max of evt.attr.attr_len is 0x63 even the iPhone received more than 100 characters, the last three data are '\x2e,\x2e,\x2e'('...').
@Matt:I'm not 100% sure but most likely it was the phone who limited the length of the notification and added that "... ". You would need to fetch the whole message manually. I would suggest to have a look here.