diff options
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; |