From 8bca00dadf7e50b9723debd322169304573f6a79 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 22 Feb 2009 16:50:59 +0200 Subject: Fix bt_io_get parameter passing --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index 2c85d33c..6322231c 100644 --- a/src/device.c +++ b/src/device.c @@ -1635,7 +1635,7 @@ static void bonding_connect_cb(GIOChannel *io, GError *err, gpointer user_data) auth_requested_cp cp; evt_cmd_status rp; int dd; - uint8_t handle; + uint16_t handle; if (!device->bonding) { g_io_channel_shutdown(io, TRUE, NULL); -- cgit