-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unable to scan for or subscribe to characteristics #21
Comments
I faced a similar issue. I'm able to Find Devices, Find Services and Find Characteristics. I noticed I can only Subscribe to known Characteristics such as Battery, Serial Number, Model Number, Heart Rate, etc... However, I created my own custom Characteristic in my Little BLE Pet project. I can see my custom-made characteristics but I cannot subscribe to them. |
[SOLVED] I got it to work. It has always worked. I'm guessing the |
This might be related to an issue I found where the characteristics dropdown in the Demo scene was not correctly hooked up to the SelectCharacteristic function in the Demo script, so it was always subscribing to the first characteristic regardless of your selection. See my post in #20 for more info. |
Hello.
I am able to search and find my BLE device, as well as successfully searching for a list of services. When I select 'scan characteristics' however, I am either met with no results, or the error "BleWinrtDll.cpp:429 ScanCharacteristicsAsync catch: Catastrophic failure". As such, I am unable to subscribe to and read incoming data from the device.
I'm just wondering if anyone has faced this issue?
Thank you!
The text was updated successfully, but these errors were encountered: