summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 12:52:59 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:34:05 -0300
commitaec749f0732638f182c4b50fb59d6c905a80d42d (patch)
tree57ad0e42a5bb1e5cff4e93994bbc005c2675525a /hcid/device.h
parentdcf5298e8173e946e3ac2ef6150ad78d030b15d0 (diff)
Adding device_get_address.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
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 c9a5cbc6..f83308dc 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -57,6 +57,7 @@ int device_browse(struct device *device, DBusConnection *conn,
DBusMessage *msg, uuid_t *search);
void device_probe_drivers(struct device *device, GSList *uuids);
struct adapter *device_get_adapter(struct device *device);
+const gchar *device_get_address(struct device *device);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )