From 56eba24d02bc70648c9f7da5a13ded03bccf8a2f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 22 Apr 2008 14:50:37 +0000 Subject: Introduce bt_l2cap_connect. --- common/glib-helper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/glib-helper.h') 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); -- cgit