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

What is the API call to send data from the nRF51822 device to the iOS/Android master?

Hi all,

When I receive data from the phone app, I do it via this service handler (and it works):

err_code = ble_services_init(&my_device_service, ble_receive_handler);
APP_ERROR_CHECK(err_code);

Now I would like to set something up to send data up to the master. How do I do it?

Thanks, Gil

Related