summaryrefslogtreecommitdiff
path: root/profiles/audio/a2dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/a2dp.c')
-rw-r--r--profiles/audio/a2dp.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index b0fea7c4e..65255693d 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -2228,7 +2228,7 @@ static int a2dp_source_probe(struct btd_service *service)
{
struct btd_device *dev = btd_service_get_device(service);
- DBG("path %s", device_get_path(dev));
+ DBG("path %s", btd_device_get_path(dev));
source_init(service);
@@ -2244,7 +2244,7 @@ static int a2dp_sink_probe(struct btd_service *service)
{
struct btd_device *dev = btd_service_get_device(service);
- DBG("path %s", device_get_path(dev));
+ DBG("path %s", btd_device_get_path(dev));
return sink_init(service);
}
@@ -2259,7 +2259,7 @@ static int a2dp_source_connect(struct btd_service *service)
struct btd_device *dev = btd_service_get_device(service);
struct btd_adapter *adapter = device_get_adapter(dev);
struct a2dp_server *server;
- const char *path = device_get_path(dev);
+ const char *path = btd_device_get_path(dev);
DBG("path %s", path);
@@ -2279,7 +2279,7 @@ static int a2dp_source_connect(struct btd_service *service)
static int a2dp_source_disconnect(struct btd_service *service)
{
struct btd_device *dev = btd_service_get_device(service);
- const char *path = device_get_path(dev);
+ const char *path = btd_device_get_path(dev);
DBG("path %s", path);
@@ -2291,7 +2291,7 @@ static int a2dp_sink_connect(struct btd_service *service)
struct btd_device *dev = btd_service_get_device(service);
struct btd_adapter *adapter = device_get_adapter(dev);
struct a2dp_server *server;
- const char *path = device_get_path(dev);
+ const char *path = btd_device_get_path(dev);
DBG("path %s", path);
@@ -2311,7 +2311,7 @@ static int a2dp_sink_connect(struct btd_service *service)
static int a2dp_sink_disconnect(struct btd_service *service)
{
struct btd_device *dev = btd_service_get_device(service);
- const char *path = device_get_path(dev);
+ const char *path = btd_device_get_path(dev);
DBG("path %s", path);