Hi.
I have a customize characteristic that allow user to typing 8 bytes of data send from cell phone,
And I want to get this buffer out to go with my process, but I used sd_ble_gatts_value_get() I get the data seems like the register address.
Also the ble_gatts_evt_write_t -> data[1] called in on_write function that only stored with 1 bytes.
So how can I get the full buffer of data? Is there a example or some tutorial that shows how to do it?
Thanks.