David Lechner
David Lechner
I also opened a related issue #738 for a better way to get this limit at runtime to perhaps avoid the error in the first place.
We seem to be on the same wavelength - or maybe it is because I just read a book about BLE. I was thinking about this too. My preference would...
> Reference please, assuming its a good book? *Bluetooth Low Energy: The Developer's Handbook* by Robin Heydon. It's a bit old (2012) so it doesn't cover developments since BLE was...
Although at first I thought doing this as proposed sounded like a good idea but a few things have occurred to me more recently that make me think we should...
Since the aarch64 system is using Ubuntu 16.04, I assume that it is using an older Linux kernel and this is what makes the difference.
Does bluepy use d-bus?
> Hi, is there a way to list up all BLE-connected devices? Not currently. Please see #367.
> bleak version: Latest > Python version: Latest Latest is ambiguous since it can change when there is a new release. What are the exact version numbers?
Can you give the full stack trace of the crash? Have you tried following the troubleshooting tips in the docs?
> RuntimeError: Event loop is closed It think the problem is that your program uses two different run loops. > ```python > > ADDRESS = asyncio.run(findaddress()) > ``` > ```python...