summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.h')
-rw-r--r--hcid/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/device.h b/hcid/device.h
index b476b1da..b142d761 100644
--- a/hcid/device.h
+++ b/hcid/device.h
@@ -40,6 +40,9 @@ struct device {
gboolean temporary;
struct agent *agent;
guint disconn_timer;
+ int discov_active; /* Service discovery active */
+ char *discov_requestor; /* discovery requestor unique name */
+ guint discov_listener;
/* For Secure Simple Pairing */
uint8_t cap;