David Lechner
David Lechner
I usually solve issues like this by logging Bluetooth packets to see what is going on behind the scenes.
Can everyone please provide a minimal reproducible test case and Wireshark logs of the Bluetooth packets?
> I am not able to capture Wireshark presently. I'm not too familiar with doing that for Bluetooth...but it shows no activity when I enabled capture. There are instructions on...
This error comes from Windows. So I would try logging Bluetooth packets as described in our troubleshooting guide to try to gain more insight.
Or could it be that Bluetooth is just turned off?
Reboot the computer? Try a different computer?
@JamesYangLim This is a different error. Please start a new discussion and provide a minimal example code to reproduce the problem.
CI tests for the Android build started failing a few months ago, so we disabled them. Something must have changed in the tooling. You could compare https://github.com/hbldh/bleak/runs/4450281250?check_suite_focus=true and https://github.com/hbldh/bleak/runs/4668307926?check_suite_focus=true to...
This seems like it could be a security hole. What is the use case? It seems like it would be better to run Bleak on the same machine as BlueZ...
unzipped example ```python import asyncio import time from logging import exception from os import read from types import CellType from typing import final from bleak import BleakScanner, BleakError, BleakClient, cli,...