I created the list that have device detected, and I want to send data to each device; The process is : one device sent data to first device and after disconnect first device and start to connect second device and sent the same data to second device and after disconnect this process until the last device in device list.
So does it possible to do that?
I am telling you logic part only, because frankly I haven’t done this in Android platform.
You can not send file to two device at a same time, because Bluetooth Connection is synchronized, so only one connection at a time is allowed.
You can use following code for sending file,