From cbc3a571dbde7ff64b21b1f7e24be9deff29b652 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 12 Feb 2006 07:27:40 +0000 Subject: Use ListDevices instead of DeviceList --- hcid/dbus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hcid/dbus.h') diff --git a/hcid/dbus.h b/hcid/dbus.h index 913733f7..373976dc 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -86,7 +86,7 @@ int get_default_dev_id(void); BlueZ D-Bus Manager service definitions "/org/bluez/Manager" *========================================================================*/ -#define MGR_DEVICE_LIST "DeviceList" +#define MGR_LIST_DEVICES "ListDevices" #define MGR_DEFAULT_DEVICE "DefaultDevice" /* Signals sent in the Manager path */ @@ -94,7 +94,7 @@ int get_default_dev_id(void); #define BLUEZ_MGR_DEV_REMOVED "DeviceRemoved" /* Manager Signatures */ -#define MGR_DEVICE_LIST_SIGNATURE __END_SIG__ +#define MGR_LIST_DEVICES_SIGNATURE __END_SIG__ #define MGR_DEFAULT_DEVICE_SIGNATURE __END_SIG__ #define MGR_REPLY_DEVICE_LIST_SIGNATURE DBUS_TYPE_ARRAY_AS_STRING \ -- cgit