0

Is it possible to have a Bluetooth server and client running at the same time? I need this to enable chaining devices. For example to send a message from one device to a second one over a third that acts as client for one and server for the second.

plynius
  • 11
  • This can be helpful - https://stackoverflow.com/questions/2950588/adapting-android-bluetooth-chat-for-multiple-devices – Reaz Murshed Sep 29 '20 at 20:18
  • Thanks for the tip but this can be just one server with two clients connected to it. I would like to add more devices to the line – plynius Sep 29 '20 at 21:30

1 Answers1

0

Yes as of Bluetooth v4.1 this is possible, and most current Android devices support Bluetooth v4.1. See these links below for more information:-

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