Skip to content

Pairing bt devices with BlueZ dbus interface #90

@elsampsa

Description

@elsampsa

Thanks for the great module.

My question might be off-topic - it's about pairing bt devices.

When I do:

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.

Here's the full question: https://stackoverflow.com/questions/58819546/using-bluetooth-with-python-and-dbus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions