AndroidBluetoothLibrary icon indicating copy to clipboard operation
AndroidBluetoothLibrary copied to clipboard

Client/Server Architecture?

Open salocinx opened this issue 6 years ago • 2 comments

Hi. Can I somehow connect to multiple Bluetooth devices simultaneously with library? I basically want to connect several Bluetooth clients to one Bluetooth server. Or can the BluetoothService object only handle one connection at a time?

salocinx avatar Dec 19 '18 20:12 salocinx

  • I think that this library works one to one connection.

jjrodcast avatar Dec 27 '18 02:12 jjrodcast

No, it doesn't support BLE (Bluetooth Low energy) so it can only work with one-one connections.

jaswant-iotric avatar Aug 26 '20 15:08 jaswant-iotric