aboutsummaryrefslogtreecommitdiff
path: root/attrib/client.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2011-03-28 19:40:47 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2011-03-30 19:15:46 +0300
commit279a53827334deab5093876e27261d38937bda36 (patch)
tree1346e037586f1c32fa000ca506c85bdeed01c3ee /attrib/client.h
parentc6477c3cccb3fb160985bfab8604d31d1e2a66f0 (diff)
downloadbluez-279a53827334deab5093876e27261d38937bda36.tar.gz
Register Attrib interface when loading device from storage
Now that the GATT client functionality is being moved to the core we need to register the interface when the device is created.
Diffstat (limited to 'attrib/client.h')
-rw-r--r--attrib/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/client.h b/attrib/client.h
index 50e2b5fb..2bee84ca 100644
--- a/attrib/client.h
+++ b/attrib/client.h
@@ -24,5 +24,5 @@
int attrib_client_init(DBusConnection *conn);
void attrib_client_exit(void);
-int attrib_client_register(struct btd_device *device, int psm);
+int attrib_client_register(struct btd_device *device, int psm, GSList *primaries);
void attrib_client_unregister(struct btd_device *device);