aboutsummaryrefslogtreecommitdiff
path: root/attrib/client.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-09-24 15:58:56 -0300
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2010-09-30 17:26:55 -0300
commitb3d33e592dea372f4e58ed3cf2ad76e7e23aaa10 (patch)
tree30449cd7c4d54780d3fe8cefa27b9ad00841f9cc /attrib/client.h
parent7d1303515311368d37aae172a72b650d2cdc3f65 (diff)
downloadbluez-b3d33e592dea372f4e58ed3cf2ad76e7e23aaa10.tar.gz
Add "Services" property in the org.bluez.Device interface
Add a new property "Services" representing the object paths of the available GATT primary services. "Services" is an array of D-Bus object paths.
Diffstat (limited to 'attrib/client.h')
-rw-r--r--attrib/client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/attrib/client.h b/attrib/client.h
index a0ae475a..50e2b5fb 100644
--- a/attrib/client.h
+++ b/attrib/client.h
@@ -24,6 +24,5 @@
int attrib_client_init(DBusConnection *conn);
void attrib_client_exit(void);
-int attrib_client_register(bdaddr_t *sba, bdaddr_t *dba, const char *path,
- int psm);
-void attrib_client_unregister(const char *path);
+int attrib_client_register(struct btd_device *device, int psm);
+void attrib_client_unregister(struct btd_device *device);