summaryrefslogtreecommitdiffstats
path: root/hcid/device.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-06-17 21:18:33 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-06-17 21:18:33 +0000
commit342293a80657406a02003452e3a23d097dd9c73e (patch)
tree7700cbdce3c65967670b5b7d5aa9938774e73016 /hcid/device.h
parente8ca2351ee3ba3f8b2b99731972234f42ae9b64b (diff)
Only allow discover requestor to cancel it.
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;