diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-16 22:25:51 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-16 22:25:51 +0000 |
commit | 3cb3d3d7e4aa089dd5840980c8846927631757f6 (patch) | |
tree | 63f8ca4ea44de9c72ba26f70db7e8bec358718b4 /common/glib-helper.h | |
parent | 86ca72eb302bc00c6c58b56d20ba06f1d7000214 (diff) |
Introduce bt_rfcomm_listen_allocate.
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 23a04046..8d346b49 100644 --- a/common/glib-helper.h +++ b/common/glib-helper.h @@ -42,6 +42,8 @@ GSList *bt_string2list(const gchar *str); GIOChannel *bt_rfcomm_listen(const bdaddr_t *src, uint8_t channel, uint32_t flags, bt_io_callback_t cb, void *user_data); +GIOChannel *bt_rfcomm_listen_allocate(const bdaddr_t *src, uint8_t *channel, + uint32_t flags, bt_io_callback_t cb, void *user_data); int bt_rfcomm_connect(const bdaddr_t *src, const bdaddr_t *dst, uint8_t channel, bt_io_callback_t cb, void *user_data); |