diff options
Diffstat (limited to 'hcid/agent.h')
| -rw-r--r-- | hcid/agent.h | 3 | 
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);  | 
