summaryrefslogtreecommitdiff
path: root/profiles/scanparam
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/scanparam
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/scanparam')
-rw-r--r--profiles/scanparam/scan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/scanparam/scan.c b/profiles/scanparam/scan.c
index abbd12952..deb065336 100644
--- a/profiles/scanparam/scan.c
+++ b/profiles/scanparam/scan.c
@@ -266,8 +266,7 @@ static void scan_unregister(struct btd_device *device)
g_free(scan);
}
-static int scan_param_probe(struct btd_profile *p, struct btd_device *device,
- GSList *uuids)
+static int scan_param_probe(struct btd_profile *p, struct btd_device *device)
{
struct gatt_primary *prim;