From 8eae4fc054a6f522d9cbc24dbe824838056f0dcf Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 9 Jun 2008 04:37:29 +0000 Subject: Add support for Simple Pairing User Notification event --- hcid/agent.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hcid/agent.h') diff --git a/hcid/agent.h b/hcid/agent.h index 552c91f2..37ee5edd 100644 --- a/hcid/agent.h +++ b/hcid/agent.h @@ -57,6 +57,9 @@ int agent_request_confirmation(struct agent *agent, struct device *device, uint32_t passkey, agent_cb cb, void *user_data); +int agent_display_passkey(struct agent *agent, struct device *device, + uint32_t passkey); + int agent_cancel(struct agent *agent); uint8_t agent_get_io_capability(struct agent *agent); -- cgit