commit | 88b483b154cc14305417b47221a1681118ec0700 | [log] [tgz] |
---|---|---|
author | Mikel Astiz <mikel.astiz@bmw-carit.de> | Wed Dec 05 13:51:41 2012 +0100 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Wed Dec 05 16:41:30 2012 +0200 |
tree | d70c0e178b04156d8db6e08abd69d6c1715cb305 | |
parent | 07bf7e9098188e9328bcc8606b1812067884263c [diff] [blame] |
dbus: Rename to org.bluez.Device1 Trivially add the numbering suffix to org.bluez.Device according to the proposal for BlueZ 5.
diff --git a/test/bluezutils.py b/test/bluezutils.py index 70fe01b..803805b 100644 --- a/test/bluezutils.py +++ b/test/bluezutils.py
@@ -2,7 +2,7 @@ SERVICE_NAME = "org.bluez" ADAPTER_INTERFACE = SERVICE_NAME + ".Adapter" -DEVICE_INTERFACE = SERVICE_NAME + ".Device" +DEVICE_INTERFACE = SERVICE_NAME + ".Device1" def get_managed_objects(): bus = dbus.SystemBus()