summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-10 13:44:09 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-03-10 13:44:09 +0000
commit4e6726e8029f20be3e08b44760c56fc7a419090b (patch)
tree9c8c55e1f0a5f018db00bfd994bba6a2d29e687f /hcid/device.h
parent114762c0ab927bfd19872856d7dba6a375c759ce (diff)
Intial device GetProperties implementation.
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index 4bdf9b0e..91ac8a7b 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -23,6 +23,7 @@
*/
struct device {
+ char *address;
char *path;
struct adapter *adapter;
sdp_list_t *uuids;