diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 15:28:12 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-12 15:28:12 +0000 |
commit | ffd5e5fb837d8ff39dffe17d5c80983b2b82f834 (patch) | |
tree | 66d0c2f179fb8d53d2272686d5ee6a7b04cc05a1 /hcid/dbus.h | |
parent | dc98e542d99dfa603ba21d355d902da2409e7c29 (diff) |
Implement SetPeriodicDiscoveryNameResolving and GetPeriodicDiscoveryNameResolving
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 954e7ab5..561f39b0 100644 --- a/hcid/dbus.h +++ b/hcid/dbus.h @@ -117,6 +117,7 @@ struct adapter { int pdisc_active; /* periodic discovery active */ int pinq_idle; /* tracks the idle time for periodic inquiry */ int discover_type; /* type requested */ + int pdiscov_resolve_names; /* Resolve names when doing periodic discovery */ struct slist *disc_devices; struct slist *oor_devices; /* out of range device list */ char *pdiscovery_requestor; /* periodic discovery requestor unique name */ |