-
Notifications
You must be signed in to change notification settings - Fork 71
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
How to get characteristics by using serviceId #81
Comments
Any usecase? |
Yes i was implementing a feature where i have to list out all services and their characteristics |
Probably. But not on my roadmap Busy doing pure Dart implementation on Windows |
Okk great , let me know if i can be helpful |
I'd like to review your implementation on this |
Okk Will try |
Could split this feature request into another PR? |
Is this api be available already, because I can see this on the example. |
@ext-danny You can recieve Characteristics from the Service Handler , call discover services and it will return serviceId and Characteristics list |
@rohitsangwan01 I'm using the latest version i.e, quick_blue: ^0.4.1+1 The argument type 'void Function(String, String, List)' can't be assigned to the parameter type 'void Function(String, String)?'. checking on the plugin code I can't see the third parameter typedef OnServiceDiscovered = void Function(String deviceId, String serviceId); |
@ext-danny try version 5 , check on Pub dev , its in bera version currently |
Hey , as title suggests can we have a method like , discover characteristics
The text was updated successfully, but these errors were encountered: