summaryrefslogtreecommitdiffstats
path: root/common/glib-helper.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-04-22 14:50:37 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-04-22 14:50:37 +0000
commit56eba24d02bc70648c9f7da5a13ded03bccf8a2f (patch)
tree3b20177d0cd2654323ebccb1428a35a94df16f41 /common/glib-helper.h
parent9165d0442c6ff785d93ee9d2bb8dd8fbbe13fd2e (diff)
Introduce bt_l2cap_connect.
Diffstat (limited to 'common/glib-helper.h')
-rw-r--r--common/glib-helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/glib-helper.h b/common/glib-helper.h
index a6939fd1..d356290f 100644
--- a/common/glib-helper.h
+++ b/common/glib-helper.h
@@ -39,3 +39,5 @@ GSList *bt_string2list(const gchar *str);
int bt_rfcomm_connect(const bdaddr_t *src, const bdaddr_t *dst,
sdp_record_t *record, bt_io_callback_t cb,
void *user_data);
+int bt_l2cap_connect(const bdaddr_t *src, const bdaddr_t *dst,
+ uint16_t psm, bt_io_callback_t cb, void *user_data);