Hi
I am testing sending and receiving data between nRF51 dongle and peripheral by example of heart-rate-collector.
now I could find characteristics I need(write, read/notify).
I already know using sd_ble_gattc_write() to write data, but how could I read data from other characteristic, which method i can use ?
great thans for your support : )