-
Notifications
You must be signed in to change notification settings - Fork 369
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
Cannot connect to more than one peripheral? #362
Comments
I should be possible to connect to different devices with the same BleManager. I need more information about your issue. |
I have 2 different peripherals, with the same service that I need to be connected to simultaneously.
|
Cannot call establish connection while connection has not been disposed. I understand not having multiple connections to one device, but what if I want to connect to more than one peripheral?
CoreBluetooth allows connection to up to 8 peripherals.
Do I need to create a manager for each connection?
The text was updated successfully, but these errors were encountered: