-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The correct way to connect multi device #216
Comments
@hypery11 right now there's not a good way to connect to multiple devices. /cc @AndrewListerHK |
My fork should work on Android thanks to @hypery11 |
That's great news Shikoruma. I'll try it out and let you know. Not sure exactly when I'll be able to work on my project at the moment though. |
What do you think about making the mac address the first argument in all the functions? It would kind of make it a little more standard as Don's original code used bluetoothSerial.connect(macAddress_or_uuid, connectSuccess, connectFailure); |
I thought of it but I wanted this version backward compatible with the current version. |
Ah yes - of course.
|
I've read the previous same issue, there are many solutions but can not work actually,
is there any right way to connect multi device?
The text was updated successfully, but these errors were encountered: