-
Notifications
You must be signed in to change notification settings - Fork 513
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
Handling Parallel Notifications from Multiple Bluetooth Devices in Real-Time #1246
Comments
hello @viswa-capgemini have subscribed to multiple services from multiple devices? |
@viswa-capgemini I'm using this library and success to connect 2 devices at the same time and subscribe multiple chs. |
I am connecting to multiple devices simultaneously that share the same service UUID and characteristic ID and retrieving data from each device through notifications in parallel. The issue I'm facing is that I'm only able to receive data from one device at a time. I will try with @perifit solution and update the result. Thanks |
Hi @perifit, Thank you for the suggestion! I'll give it a try and will let you know the results. |
@viswa-capgemini are you having multiple service UUID?
}` |
@smitha-2020, In my case we have specified with single serviceUUID, characteristicsUUID. In that case 2 devices have same UUID's. Adding to this, we are subscribing notifications for one particular serviceUUID. |
@viswa-capgemini How are you subscribing to notifications? is it using monitorCharacteristicForDevice? |
@smitha-2020. Yes I am using it |
Prerequisites
Question
Hi,
I am connected to two devices and subscribed to their notifications simultaneously. However, I'm currently only receiving notifications from one device at a time. I need to receive data from both devices in parallel. Is this possible? If so, please share the solution here.
Question related code
No response
The text was updated successfully, but these errors were encountered: