-
Notifications
You must be signed in to change notification settings - Fork 301
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
Passive scanning on Raspberry Pi 4 model B #1433
Comments
Does |
It shows the
|
Hmm... maybe we got the version requirements wrong? If BlueZ supports it, there should be a You could also have a look at kernel logs ( |
The issue has been resolved, I updated my bluez version to |
Apperently the feature changed between 5.55 and 5.56 so >= 5.56 is requrired. Fixes #1433.
bluetoothctl -v
) in case of Linux: 5.55Description
I tried passive scanning on my machine and it returned me an error
bleak.exc.BleakError: passive scanning on Linux requires BlueZ >= 5.55 with --experimental enabled and Linux kernel >= 5.10
.What I Did
After getting the error, I checked the kernel version, BlueZ version and the bluetooth service has the
--experimental
tag appended. It all fulfils the requirements.I thought it might have been an hardware issue, however when I tried:
It gives me a list of mac addresses of the devices near me via passive scanning, so it led me wondering is there some wrong configurations that I did not know prior to running the example code shown below:
Logs
When I run the example code I get this as logs:
The text was updated successfully, but these errors were encountered: