I am using the ANCS service to get notifications on BLE113. It works fine except I can only get 20 bytes of data as that is the MTU restriction. Since iOS sends data larger than 20 bytes, I miss anything more than 20 bytes. BLE113 attclient_attribute_value event only reads 20 bytes.
How can I read rest of the data? I tried read long but it gives me a read not permitted error.
Has anyone encountered this problem and/or found a solution?