diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-14 22:16:16 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-05-14 22:16:16 +0000 |
commit | 0094809955895c974fbe95f2d3ed13f420a6a6ed (patch) | |
tree | 0d45dff5770f69036e96539403bfd6e8bcfe7bb5 /audio/avdtp.c | |
parent | 2ce4523624b67b48da037beceffe5710144850ec (diff) |
Make bt_io_callback_t to take both source and destination.
Diffstat (limited to 'audio/avdtp.c')
-rw-r--r-- | audio/avdtp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c index 300898e2..7290578b 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -1508,7 +1508,8 @@ failed: return FALSE; } -static void l2cap_connect_cb(GIOChannel *chan, int err, gpointer user_data) +static void l2cap_connect_cb(GIOChannel *chan, int err, const bdaddr_t *src, + const bdaddr_t *dst, gpointer user_data) { struct avdtp *session = user_data; struct l2cap_options l2o; |