Thanks for the great module.
My question might be off-topic - it's about pairing bt devices.
from pydbus import SystemBus
bus = SystemBus()
dev = bus.get('org.bluez')
dir(dev)
['Introspect',
'RegisterAgent',
'RegisterProfile',
'RequestDefaultAgent',
'UnregisterAgent',
'UnregisterProfile'
]
That's all BlueZ methods I get. Where are the rest? I'm interested in the pairing methods.
Thanks for the great module.
My question might be off-topic - it's about pairing bt devices.
When I do:
That's all BlueZ methods I get. Where are the rest? I'm interested in the pairing methods.
Here's the full question: https://stackoverflow.com/questions/58819546/using-bluetooth-with-python-and-dbus