Henrik Blidh

Results 55 comments of Henrik Blidh

This is not a prioritized issue, since it only surfaces when using another third party package. If you could find out why and fix the issue in bleak that you...

I can understand your desire for this; I would also have liked to make Bleak more Pythonic and generate Service, Characteristic and Descriptor instances in runtime to match what the...

All the `timeout` values that you change here are not critical timeouts, are they? They are merely waiting for the event in question to be set to continue the program?...

@kazola Did it solve anything? Or is it Windows Bleak specific?

Do you have two services with the same uuid on the peripheral? In that case this is related to #362.

@mrdc Could you please run the `service_explorer.py` example script (https://github.com/hbldh/bleak/blob/develop/examples/service_explorer.py) for your peripheral and post the results here?

It might. Regardless, the script should print something more at least? Or throw an error? Otherwise BlueZ just didn't detect any services on your peripheral. BlueZ does its own handling...

Do you have any non-RPi Linux system to try connecting from?

Have you tried the suggestions in #332? Otherwise, do that in this case!

@aayushsingla The new version 0.11.0 has new been released to PyPI. Install that as see if that improves your situation.