dbus-python, pairing, custom agents #790
Unanswered
mikael-marvin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to make a ble simulator work where i have multiple adapters attached to my laptop via USB.
The goal is to connect to ble adapters to each other.
one adapter acts as a peripheral, while the other is the central device...
the problem is that when i try to pair or connect i get some exceptions like "no reply", "invalid authorization...", i was doing it with the custom agent provided in the test directory in python on my ubuntu machine.
I tried googling how pairing with agents work and how are all the methods interconnected because i do not know where to find this information....
If someone one is more experienced than me (i started like 2 weeks ago) please explain the pairing process in python and dbus with bluez,
when are the methods called, etc etc
bye bye
Beta Was this translation helpful? Give feedback.
All reactions