summaryrefslogtreecommitdiffstats
path: root/src/agent.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-09-11 14:21:09 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-09-11 14:21:09 -0300
commit2f9fbeeb5931cda983aa72ed9a53b1f22d0aa85d (patch)
tree6d58eb569ea9a4ccff60f77b3791e06d55058780 /src/agent.h
parent78eadf19bbee1f52b738d39133296186b3e944fe (diff)
Fix problem that occurs when a device is removed but agent requests are not cancelled.
Diffstat (limited to 'src/agent.h')
-rw-r--r--src/agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/agent.h b/src/agent.h
index 3846d14e..b94c1ed1 100644
--- a/src/agent.h
+++ b/src/agent.h
@@ -62,6 +62,8 @@ int agent_display_passkey(struct agent *agent, struct btd_device *device,
int agent_cancel(struct agent *agent);
+gboolean agent_is_busy(struct agent *agent, void *user_data);
+
uint8_t agent_get_io_capability(struct agent *agent);
gboolean agent_matches(struct agent *agent, const char *name, const char *path);