summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-05 11:50:35 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-05 11:50:35 +0000
commit94f7643c52193c905edaff767c2e9a31b9102a73 (patch)
treea180e64bba234feecf4496c5a7246dd35bbc264d /hcid/agent.h
parent41e8f6dc730096d303b71175adc508a66126ea06 (diff)
Add support for fetching IO capability from an agent
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 22f79aa4..2bfe003e 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -49,6 +49,8 @@ int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
int agent_cancel(struct agent *agent);
+uint8_t agent_get_io_capability(struct agent *agent);
+
gboolean agent_matches(struct agent *agent, const char *name, const char *path);
void agent_init(void);