summaryrefslogtreecommitdiff
path: root/test/bluezutils.py
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-12-05 13:51:41 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 16:41:30 +0200
commit88b483b154cc14305417b47221a1681118ec0700 (patch)
treed70c0e178b04156d8db6e08abd69d6c1715cb305 /test/bluezutils.py
parent07bf7e9098188e9328bcc8606b1812067884263c (diff)
downloadbluez-88b483b154cc14305417b47221a1681118ec0700.tar.gz
dbus: Rename to org.bluez.Device1
Trivially add the numbering suffix to org.bluez.Device according to the proposal for BlueZ 5.
Diffstat (limited to 'test/bluezutils.py')
-rw-r--r--test/bluezutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bluezutils.py b/test/bluezutils.py
index 70fe01b8a..803805bdf 100644
--- a/test/bluezutils.py
+++ b/test/bluezutils.py
@@ -2,7 +2,7 @@ import dbus
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()