summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-22 16:50:59 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-22 16:50:59 +0200
commit8bca00dadf7e50b9723debd322169304573f6a79 (patch)
treed044e751bde9cc4e70f44e12b062ab9c57fe146b /src
parent8fb3fd137f3d108e373df9501915ee9ff6e23f83 (diff)
Fix bt_io_get parameter passing
Diffstat (limited to 'src')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
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);