diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 20:01:29 +0000 |
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 20:01:29 +0000 |
| commit | ae1a0e6ffe8d14341f98d15a7a00dd6c21e3b3b5 (patch) | |
| tree | abc57584536f9aa5fd0af60e72a575dd0b649b05 /hcid/dbus.h | |
| parent | 4b12168ab36fa7777e4e2fd4f6a81eb5569518ed (diff) | |
Disable passkey agents (reject any pin request) for a device when an audit to it is in progress
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; |
