summaryrefslogtreecommitdiff
path: root/src/profile.h
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 /src/profile.h
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 'src/profile.h')
-rw-r--r--src/profile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/profile.h b/src/profile.h
index 5d78b37e2..5622f23ba 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -34,8 +34,7 @@ struct btd_profile {
bool auto_connect;
- int (*device_probe) (struct btd_profile *p, struct btd_device *device,
- GSList *uuids);
+ int (*device_probe) (struct btd_profile *p, struct btd_device *device);
void (*device_remove) (struct btd_profile *p,
struct btd_device *device);