This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send data from client to server

Hi,we can send data from server to client by sd_ble_gatts_hvx() in ble_app_hrs but: 1.How does the client receive those data? 2.How dose the client send data to server and how does the server receive the data? 3.Are all these transfer reliable?

Related