summaryrefslogtreecommitdiff
path: root/plugins/neard.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2013-11-25 22:15:44 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-27 11:20:23 +0200
commite48206fe9ba405051fe9a9100bedc7ef27f8874f (patch)
tree1e9a6b12829c1bfa73e62486bc7389ba049089df /plugins/neard.c
parenta6215f4d2294eba1c38c9c4715c1f2048e13111a (diff)
downloadbluez-e48206fe9ba405051fe9a9100bedc7ef27f8874f.tar.gz
Rename device_device_set_name to btd_device_device_set_name
Allow this symbol to be exported and usable from external plugins.
Diffstat (limited to 'plugins/neard.c')
-rw-r--r--plugins/neard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/neard.c b/plugins/neard.c
index 073abec07..58689e667 100644
--- a/plugins/neard.c
+++ b/plugins/neard.c
@@ -640,7 +640,7 @@ static void store_params(struct btd_adapter *adapter, struct btd_device *device,
if (params->name) {
device_store_cached_name(device, params->name);
- device_set_name(device, params->name);
+ btd_device_device_set_name(device, params->name);
}
/* TODO handle UUIDs? */