diff options
| author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-07 18:39:36 +0000 | 
|---|---|---|
| committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-07 18:39:36 +0000 | 
| commit | f85b9560ece47c94ec82466cba9c44da715591d9 (patch) | |
| tree | 645f8359293bd12af288628493402de4461512b2 /common/glib-helper.h | |
| parent | 319f3d5167907dcd1bdc27653ac889424455e42a (diff) | |
Make bt_l2cap_connect to take mtu as paramter.
Diffstat (limited to 'common/glib-helper.h')
| -rw-r--r-- | common/glib-helper.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/common/glib-helper.h b/common/glib-helper.h index 6d191640..97f51b11 100644 --- a/common/glib-helper.h +++ b/common/glib-helper.h @@ -39,6 +39,7 @@ GSList *bt_string2list(const gchar *str);  int bt_rfcomm_connect(const bdaddr_t *src, const bdaddr_t *dst,  			uint8_t channel, 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); +			uint16_t psm, uint16_t mtu, bt_io_callback_t cb, +			void *user_data);  int bt_sco_connect(const bdaddr_t *src, const bdaddr_t *dst,  			bt_io_callback_t cb, void *user_data); | 
