summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-09-27 12:22:15 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-09-27 12:22:15 +0000
commitb04999d679c3e7bd11d036c3b9fd908f74cf1a71 (patch)
tree7c3269c3d88ac9af7809febf1e0cf7d42d9fae96 /hcid/dbus.h
parent31043efa1d0516eadb9c1e536be1ed7b897fb287 (diff)
Reply with correct error to CreateBonding when a page timeout occurs
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 64f6a002..6c7dc015 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -89,6 +89,7 @@ struct bonding_request_info {
GIOChannel *io;
guint io_id;
int cancel;
+ int connected;
};
struct pending_pin_info {