summaryrefslogtreecommitdiff
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 1f7c89565..57c441bcf 100644
--- a/src/device.c
+++ b/src/device.c
@@ -5059,7 +5059,7 @@ const bdaddr_t *device_get_address(struct btd_device *device)
return &device->bdaddr;
}
-const char *device_get_path(const struct btd_device *device)
+const char *btd_device_get_path(const struct btd_device *device)
{
if (!device)
return NULL;