0

I have refered so many articles.

How to receive images via Bluetooth

https://github.com/googlesamples/android-BluetoothChat

How to receive data via Bluetooth on Android?

data transfer from android device to pc using bluetooth and sockets

https://developer.android.com/guide/topics/connectivity/bluetooth

How to send and receive data in Android Programming using bluetooth without pairing?

Mirza Ahmed Baig
  • 5,605
  • 3
  • 22
  • 39

1 Answers1

1

For data transfer between two devices, you have to implement Bluetooth Sockets and connect to that receiving device. You can find the details here.

https://developer.android.com/guide/topics/connectivity/bluetooth

Just try to use Demo projects on it.

Mirza Ahmed Baig
  • 5,605
  • 3
  • 22
  • 39