From 226b96531192edf161828d0659d3f19e8790d4cf Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Thu, 8 Jun 2006 16:57:21 +0000 Subject: Added pairing peer address verification before disconnect. External apps can request authentication while a D-Bus request is pending. --- hcid/dbus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hcid/dbus.h') diff --git a/hcid/dbus.h b/hcid/dbus.h index 5e6927b6..e4d8b963 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -109,7 +109,6 @@ struct hci_dbus_data { struct slist *passkey_agents; struct bonding_request_info *bonding; struct slist *active_conn; - int pairing_active; }; struct passkey_agent { -- cgit