When I Pair a device with a bt adapter a new debus object path of the form: /org/bluez/${bt_device}/dev_${mac}
appears. Inspecting org.bluez.Device1 on this object there is a method called: CancelPairing() advertised.
Calling this method returns: g-io-error-quark: GDBus.Error:org.bluez.Error.DoesNotExist: Does Not Exist
I try to pair devices and dissolve bt pairings in python using bluez5 dbus api through pydbus. Can You help me to achieve that? :)