Sending Reciving Problem in Bluetooth Connectivity problem Hi
I am getting a problem in data transfer problem. What actually i need is that when i click transmit button in the application, it should send the XML file and on other device when i click receive button, it must receive the data via bluetooth. For this, i referred GKPeerPickerController to use peer to peer connectivity.
Now the problem is coming that suppose when the connection gets connected then suppose instead of choosing the device from sending side, i choose the device from the receiving side. the connection still occurs and data is send out to the receiving side.
Cant i use the server - Client model? If yes how, because in the above way, i think the receiving end can send as well receive the data which i dont need.
Thanks Abhimanyu