summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-09 04:37:29 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-09 04:37:29 +0000
commit8eae4fc054a6f522d9cbc24dbe824838056f0dcf (patch)
tree83c35c3a15e9c20ce944add18fbc7fc8d1f6ece1 /hcid/agent.h
parent4aa07a5ae2035b9ad13c63c3cb85192c85d85252 (diff)
Add support for Simple Pairing User Notification event
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h3
1 files changed, 3 insertions, 0 deletions
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);