-
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
serviceHandler never triggered on windows? #76
Comments
Yep. Windows API is a little different. It is unnecessary to discover services before using them for now } else if (method_name.compare("discoverServices") == 0) {
// TODO
result->Success(nullptr); And it is difficult to add a fake implementation for now. I'm planning to refactor the whole Windows implementation in the early of next month |
Thank you for the answer, Ok, it means that it's not possible to discover and use custom services and characteristics "on the fly" for now without previously knowing the specific uuids. great job anyway! :) Have you planned to add this functionality during the refactorization? Thank you for your answers. |
Will do. But it takes time. Windows APIs are too cumbersome |
Of course... Thank you for your answers. Regards! |
Could you try halildurmus/win32#392? Does it help? |
Sorry for my late answer, No it won't help, but it's fine, I can use quick_blue as is for the moment, and wait for improvements |
@Sunbreak are there any news about this matter? Could you give us some guidelines in how to help with this issue? I may be able to fix this issue and open a PR. |
Same issue, tryed to skip calling QuickBlue.discoverServices for windows platform |
Hi,
First thank you for providing this BLE package which will be very usefull :).
Nevertheless, Is there a complete implementation of the serviceHandler under windows?
When using it as described in the example, it seems not to be triggered. (see code below). May I did something wrong?
Regards
The text was updated successfully, but these errors were encountered: