summaryrefslogtreecommitdiff
path: root/src/profile.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@gmail.com>2013-11-25 22:15:47 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-27 11:22:02 +0200
commitacd6aa883bbf3440ce5c589a68877ceddbbe30b3 (patch)
tree33c463ba10e4c19a9110937bae8d3134f4cec763 /src/profile.c
parentbc05407e078ad09a7845138421c939731205954a (diff)
downloadbluez-acd6aa883bbf3440ce5c589a68877ceddbbe30b3.tar.gz
Rename adapter_find_device to btd_adapter_find_device
Allow this symbol to be exported and usable from external plugins.
Diffstat (limited to 'src/profile.c')
-rw-r--r--src/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.c b/src/profile.c
index 97cb1bc4e..3c0d27c5d 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1047,7 +1047,7 @@ static struct ext_io *create_conn(struct ext_io *server, GIOChannel *io,
GIOCondition cond;
char addr[18];
- device = adapter_find_device(server->adapter, dst);
+ device = btd_adapter_find_device(server->adapter, dst);
if (device == NULL) {
ba2str(dst, addr);
error("%s device %s not found", server->ext->name, addr);