summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorMikel Astiz <mikel.astiz@bmw-carit.de>2013-04-26 08:17:00 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-04-26 10:12:09 +0300
commita0207272ed7d102da62f4013a7f36be66a7e407c (patch)
treed49d374dd92fd9fe628e06acc265ead38e55d50b /profiles/health
parent87a21ddc800b8f34ff60dbb74b690b4705df4e9d (diff)
downloadbluez-a0207272ed7d102da62f4013a7f36be66a7e407c.tar.gz
profile: Remove UUID list from probe function
Each instance of btd_profile is associated to one single remote UUID and therefore the list provided by the callback is redundant and can be removed.
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp_manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/health/hdp_manager.c b/profiles/health/hdp_manager.c
index 542872476..3777fd4dd 100644
--- a/profiles/health/hdp_manager.c
+++ b/profiles/health/hdp_manager.c
@@ -54,8 +54,7 @@ static void hdp_adapter_remove(struct btd_profile *p,
hdp_adapter_unregister(adapter);
}
-static int hdp_driver_probe(struct btd_profile *p, struct btd_device *device,
- GSList *uuids)
+static int hdp_driver_probe(struct btd_profile *p, struct btd_device *device)
{
return hdp_device_register(device);
}