diff options
author | Alok Barsode <alok.barsode@azingo.com> | 2008-07-09 12:57:13 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-07-28 10:34:17 -0300 |
commit | 46fd7beaa5b27f74e64d77449247e5459d7a3084 (patch) | |
tree | 1b9d312654022718b0e9368774bdbd919557736d /hcid/device.h | |
parent | aec749f0732638f182c4b50fb59d6c905a80d42d (diff) |
Adding device_get_path.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/device.h')
-rw-r--r-- | hcid/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h index f83308dc..be8aee7c 100644 --- a/hcid/device.h +++ b/hcid/device.h @@ -58,6 +58,7 @@ int device_browse(struct device *device, DBusConnection *conn, 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); +const gchar *device_get_path(struct device *device); #define BTD_UUIDS(args...) ((const char *[]) { args, NULL } ) |