diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-03-13 17:32:49 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-03-13 17:32:49 +0000 |
commit | 7fe6ac58638e86d11494f5a785bcf1d074ca2c37 (patch) | |
tree | 4f45ba0c388fd25aabdef59defb3a951b1dfa32f /hcid/device.h | |
parent | e56307690bbfb9f7949b54c73d244e4e8c03b4f2 (diff) |
Add device SetProperty implementation and mark it and GetProperties experimental.
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |