diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-07-10 19:23:14 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2006-07-10 19:23:14 +0000 |
commit | d65752b7f39adca50c35d5f1ba0f4368d6efaa2d (patch) | |
tree | 625615e63d666e0414752b16336b347a49b99616 /hcid/dbus.h | |
parent | b0f139af155d04ef8c399e77e89707af98441693 (diff) |
Don't send BondingCreated on link key renew
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r-- | hcid/dbus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h index 5bab94ce..5c775871 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -108,6 +108,7 @@ struct hci_dbus_data { struct slist *passkey_agents; struct bonding_request_info *bonding; struct slist *active_conn; + struct slist *pending_bondings; }; struct passkey_agent { |