1

I have a java android app that list all nearby Bluetooth active devices, and the user can pair with a device. I want to make the user when is paired with another device to send files or images via Bluetooth. How can I achieve that in android (java)?

Alaa Ghader
  • 37
  • 3
  • 6

1 Answers1

0

If you're doing this over classic Bluetooth, have a look at the following links:-

If you're doing this via Bluetooth Low Energy, have a look at the following links:-

Youssif Saeed
  • 11,789
  • 4
  • 44
  • 72