diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-10 15:34:57 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-10 15:34:57 +0300 |
commit | e93757f4c03094145b057c1557825d7652e801ef (patch) | |
tree | d6087640e82b04dbca5dffe0f66eecf406e3fbb9 /common/glib-helper.h | |
parent | e693267ede0958bd96ab8bb99e46cc51a7e7f96b (diff) |
Implement support for SCO server sockets
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 6b188f7f..8e12bf19 100644 --- a/common/glib-helper.h +++ b/common/glib-helper.h @@ -56,6 +56,8 @@ int bt_l2cap_connect(const bdaddr_t *src, const bdaddr_t *dst, void *user_data); int bt_sco_connect(const bdaddr_t *src, const bdaddr_t *dst, bt_io_callback_t cb, void *user_data); +GIOChannel *bt_sco_listen(const bdaddr_t *src, uint16_t mtu, + bt_io_callback_t cb, void *user_data); /* Experiemental bt_io API */ |