summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-03-29 12:06:42 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-03-29 12:06:42 +0000
commit5f1a975cd0b773a655c29ded8a20d062a49df6cf (patch)
tree054d6ff1c78a4795ddd73cf1e93e95cefa7ca42e /hcid/dbus.h
parent80d0f4993e8282bc3b11ee7a7ca6daa7d13928c1 (diff)
Track pairing state (so Bonding signals aren't sent in wrong situations)
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 57a258ef..61817090 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -118,6 +118,7 @@ struct hci_dbus_data {
struct slist *passkey_agents;
struct bonding_request_info *bonding;
struct slist *active_conn;
+ int pairing_active;
};
struct passkey_agent {