How do I set up a variable length characteristic which is greater than 20 bytes and use notifications with this characteristic?
For example I have several variable length characteristics which are greater than 20 bytes and the goal is these would be read with a long read on the GATT client after the connection was established. Then notifications would be turned on for this characteristic and the data transmitted would <= 20 bytes.
Thanks