Hello.
We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a function to connect to a central device, have the characteristic set to Write Without Response send a 20Byte value, and read that value.
I was able to get the value using sd_ble_gatts_value_get, but I can only get the value of the 1st byte.
Is there a way to read all the values sent?
I want you to tell me.
Best regards.