summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2011-12-23 13:00:55 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-12-23 13:00:55 +0200
commitb06899eace1f484b387aae0e568fb1da988b468c (patch)
treef3a447c10d2e8bd8da90b0c1c75936dce89ea0cc /audio
parent214087d7deeab34af5975eb3279e6521de91ecab (diff)
downloadbluez-b06899eace1f484b387aae0e568fb1da988b468c.tar.gz
Fix device address type tracking
Diffstat (limited to 'audio')
-rw-r--r--audio/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c
index 8de5515f0..e9187ce0a 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -778,7 +778,7 @@ static int audio_probe(struct btd_device *device, GSList *uuids)
struct audio_device *audio_dev;
adapter_get_address(adapter, &src);
- device_get_address(device, &dst);
+ device_get_address(device, &dst, NULL);
audio_dev = manager_get_device(&src, &dst, TRUE);
if (!audio_dev) {