summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
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);