douglasjunior / AndroidBluetoothLibrary

A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
MIT License
224 stars 68 forks source link

Client/Server Architecture? #31

Closed salocinx closed 1 year ago

salocinx commented 5 years ago

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?

jjrodcast commented 5 years ago
jaswant-iotric commented 4 years ago

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