From 7fe6ac58638e86d11494f5a785bcf1d074ca2c37 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 13 Mar 2008 17:32:49 +0000 Subject: Add device SetProperty implementation and mark it and GetProperties experimental. --- hcid/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/device.h') diff --git a/hcid/device.h b/hcid/device.h index 524e0441..08d4c1b0 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -22,6 +22,8 @@ * */ +#define DEVICE_INTERFACE "org.bluez.Device" + struct device { gchar *address; gchar *path; -- cgit