summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-09-20 12:33:01 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-09-20 12:33:01 +0000
commitd75af5636343673c811abfd5ae3fb09e5fab47fd (patch)
tree372a15ee83bba64918fa6127608fe145e495c21f /hcid/dbus.h
parenta249cdf97cf304d6c29eabc7a32d7e25eb4c5098 (diff)
Fix sending the right HCI command when a discovery is canceled
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 3dc5bd59..d0eadb73 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -108,8 +108,8 @@ struct hci_dbus_data {
uint32_t timeout_id; /* discoverable timeout id */
uint32_t discoverable_timeout; /* discoverable time(msec) */
uint8_t mode; /* scan mode */
- int inq_active; /* standard inquiry active: includes name resolution step */
- int pinq_active; /* periodic inquiry active */
+ int disc_active; /* standard discovery active: includes name resolution step */
+ int pdisc_active; /* periodic discovery active */
int pinq_idle; /* tracks the idle time for periodic inquiry */
int discover_type; /* type requested */
struct slist *disc_devices;