summaryrefslogtreecommitdiffstats
path: root/input/device.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-06-21 22:06:33 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-06-21 22:06:33 +0000
commit0bf3861da5ad7f4f2310029e2b42ae964a9e3aa5 (patch)
tree1e60662755451e4812798a0601763b5887d728ef /input/device.h
parent5fcad6abebf97c6a06d9eb5c206d5c10bcf14eb7 (diff)
input: removed session_data structure and added watch for Disconnect signal
Diffstat (limited to 'input/device.h')
-rw-r--r--input/device.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/input/device.h b/input/device.h
index 5501d3b9..fdf7f90f 100644
--- a/input/device.h
+++ b/input/device.h
@@ -32,5 +32,12 @@ int input_device_unregister(DBusConnection *conn, const char *path);
int input_device_get_bdaddr(DBusConnection *conn, const char *path,
bdaddr_t *src, bdaddr_t *dst);
+
+int input_device_set_channel(bdaddr_t *src, bdaddr_t *dst, int psm, int nsk);
+
+int input_device_close_channels(bdaddr_t *src, bdaddr_t *dst);
+
+int input_device_connadd(bdaddr_t *src, bdaddr_t *dst);
+
int l2cap_connect(bdaddr_t *src, bdaddr_t *dst,
unsigned short psm, GIOFunc cb, void *data);