-
Notifications
You must be signed in to change notification settings - Fork 54
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
again: BleWinrtDll.cpp:501 SubscribeCharacteristicAsync catch: The attribute cannot be written. #56
Comments
I find the reason why I can't debug. Every time I write a value, I only write the content to the characteristic 1,but I need to write the value to the characteristics 3. How can I solve this problem? |
Hi @zhouyexi98, |
Hi @adabru I tested the Microsoft BLE sample and saw the data coming there for few characteristic but here I get for the same characteristic the same error that "the attribute cannot be written ". Could you please look into that ? Thanks |
Hi @arafi123, |
Hi @adabru Yes you have understood it correctly. |
The relevant line should be BleWinrtDll/BleWinrtDll/BleWinrtDll.cpp Line 486 in f2635b7
You can compare it to the code in the Microsoft sample. |
Hello:
I was able to use the computer's Bluetooth LE Explorer tool to connect to my device and debug it. When I was running Blewinrtdell in unity I was able to search the device to find services and characteristics, but when I clicked subscribe I got the error warning above. Can you kindly give me some advice?
The text was updated successfully, but these errors were encountered: