diff options
Diffstat (limited to 'common/glib-helper.h')
| -rw-r--r-- | common/glib-helper.h | 2 | 
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);  | 
