diff options
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 60577ba0..64118d63 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -124,6 +124,7 @@ struct adapter {  	char *discov_requestor;		/* discovery requestor unique name */  	DBusMessage *discovery_cancel;	/* discovery cancel message request */  	struct slist *passkey_agents; +	bdaddr_t agents_disabled;	/* temporarely disable agents for bda */  	struct slist *active_conn;  	struct bonding_request_info *bonding;  	struct slist *pin_reqs;  | 
