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?
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?
C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\experimental\ble_app_uart
In the SDK of 51822,there is a example"ble_app_uart"
you can know it .
C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\experimental\ble_app_uart
In the SDK of 51822,there is a example"ble_app_uart"
you can know it .
And is there an iOs or Android app example that communicates with this ble_app_uartexample?
Thanks!