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

Can we send data only to perticular device in case of multiple centrals connected to a peripheral?

Basically I have modified the ble_app_uart example to connect multiple centrals(android devices),

now i want to transfer the string to all android devices which are connected, I tried sending uart data but it is being recieved by lastly connected mobile only. Is there any way to achieve it.

Related