summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
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 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 } )