summaryrefslogtreecommitdiff
path: root/profiles/deviceinfo
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/deviceinfo
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/deviceinfo')
-rw-r--r--profiles/deviceinfo/deviceinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c
index 471241b85..08f53b312 100644
--- a/profiles/deviceinfo/deviceinfo.c
+++ b/profiles/deviceinfo/deviceinfo.c
@@ -199,8 +199,7 @@ static void deviceinfo_unregister(struct btd_device *device)
}
static int deviceinfo_driver_probe(struct btd_profile *p,
- struct btd_device *device,
- GSList *uuids)
+ struct btd_device *device)
{
struct gatt_primary *prim;