Replies: 1 comment
-
Just to let everyone know. Sleeping on the main thread is a stupid idea since nothing will get any messages anymore. Using tokio sleep solved the problem for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm currently running a debian 11 install with bluez 5.55 on it (the default package version from debian repo) and want to implement a small geofencing application.
Currently i'm stuck in bluer not getting any pairing requests from bluez.
This is the rust code:
BlueZ returns a
src/agent.c:simple_agent_reply() Timed out waiting for reply from agent
when not in debug mode.BlueR trace logs:
BlueZ journalctl with debug on:
Is this because i don't run blueZ 5.60? If so would it be possible, maybe with a PR, to get compability with the default debian version?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions