Search code examples
javaandroidbluetoothconnectionfile-sharing

File sharing in android 2.3 via Bluetooth


I am working on application in which members can share data among each other . I have done it with wi-fi but having problem in Bluetooth . I am in doubt that is it possible to share data among different members at one time via Bluetooth. For example one member has some data and other members want to access that data via Bluetooth . Like two way communication via Bluetooth .


Solution

  • There can only be 7 or 8 slaves in Bluetooth Connection . But in P2P communication via Bluetooth you can face problem for example when you will be sending file to other member then other members will be in waiting state & you have to tell them like an alert that how much they have to wait.