summaryrefslogtreecommitdiff
path: root/src/device.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-01-06 11:38:37 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2016-01-28 13:57:56 +0200
commitb6c86be4d3be1b8bf425a9af6c06af29c3926d23 (patch)
tree82fd6e4660f55291432e1cde0b892e909c9cb3a2 /src/device.h
parent56776afd51651215a5f96ebf23adaae9164d8e88 (diff)
downloadbluez-b6c86be4d3be1b8bf425a9af6c06af29c3926d23.tar.gz
core: Make device_get_path public
This renames device_get_path to btd_device_get_path so external plugin can use of it as well.
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.h b/src/device.h
index db108278a..323a09f82 100644
--- a/src/device.h
+++ b/src/device.h
@@ -81,7 +81,7 @@ void device_probe_profile(gpointer a, gpointer b);
void device_remove_profile(gpointer a, gpointer b);
struct btd_adapter *device_get_adapter(struct btd_device *device);
const bdaddr_t *device_get_address(struct btd_device *device);
-const char *device_get_path(const struct btd_device *device);
+const char *btd_device_get_path(const struct btd_device *device);
gboolean device_is_temporary(struct btd_device *device);
bool device_is_paired(struct btd_device *device, uint8_t bdaddr_type);
bool device_is_bonded(struct btd_device *device, uint8_t bdaddr_type);