summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 21:33:50 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-03-14 21:33:50 +0000
commit0dee137d5600d77852c2f67c36831a2d4c00d920 (patch)
tree531605d3e0932aa463bef11a72c4401f8b904171 /hcid/agent.h
parent7e1704ca98da47479511618067a4c9fd77d52eff (diff)
Remove Agent.Confirm since there's no final consensus about it yet
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 55e45a0f..e17e513e 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -44,9 +44,6 @@ int agent_authorize(struct agent *agent, struct device *device,
int agent_request_passkey(struct agent *agent, struct device *device,
agent_passkey_cb cb, void *user_data);
-int agent_confirm(struct agent *agent, struct device *device, const char *pin,
- agent_cb cb, void *user_data);
-
int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
agent_cb cb, void *user_data);