summaryrefslogtreecommitdiff
path: root/test/bluezutils.py
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2012-12-05 13:51:42 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-05 16:41:33 +0200
commita163324e1aa0adfd7d7155303f837b7a4f6bd58c (patch)
tree8d59c6938c0b67e2e1aec64ef66a41fc8f0ee4ad /test/bluezutils.py
parent88b483b154cc14305417b47221a1681118ec0700 (diff)
downloadbluez-a163324e1aa0adfd7d7155303f837b7a4f6bd58c.tar.gz
dbus: Rename to org.bluez.Adapter1
Trivially add the numbering suffix to org.bluez.Adapter 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 803805bdf..d0c4773ed 100644
--- a/test/bluezutils.py
+++ b/test/bluezutils.py
@@ -1,7 +1,7 @@
import dbus
SERVICE_NAME = "org.bluez"
-ADAPTER_INTERFACE = SERVICE_NAME + ".Adapter"
+ADAPTER_INTERFACE = SERVICE_NAME + ".Adapter1"
DEVICE_INTERFACE = SERVICE_NAME + ".Device1"
def get_managed_objects():