aboutsummaryrefslogtreecommitdiff
path: root/attrib/client.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-07-07 17:14:09 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-08-09 18:06:44 -0400
commit5f722b2780dae76a11ecf8822b9aec150cc0e3ff (patch)
tree9e9063187b5fb3693a94291c0572163ed2213db7 /attrib/client.h
parent44a3a09fffc52f6848a9f0ce90fcb92d7cece0a8 (diff)
downloadbluez-5f722b2780dae76a11ecf8822b9aec150cc0e3ff.tar.gz
Register fake characteristic object
Testing purpose only. This patch registers paths and interfaces for fake BLE service.
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 5cc8b1e6..360946e0 100644
--- a/attrib/client.h
+++ b/attrib/client.h
@@ -23,5 +23,5 @@
int attrib_client_init(DBusConnection *conn);
void attrib_client_exit(void);
-int attrib_client_register(const char *path);
+int attrib_client_register(bdaddr_t *sba, bdaddr_t *dba, const char *path);
void attrib_client_unregister(const char *path);