So I'm considering writing a Bluetooth app for android, I'll need the following functionality:
Is it possible using bluetooth android 2.3.6
- Broadcasting that the app is enabled to other phones with the same app running.
- Sharing data between phones(one act as server and more than one user receive file at a same time).
- one Phone act as server and client at a same time.
- one android phone send and receive at a same time.
- one phone can communicate with other when its chatting with one other device.
Thanks