summaryrefslogtreecommitdiffstats
path: root/hcid/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/agent.h')
-rw-r--r--hcid/agent.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hcid/agent.h b/hcid/agent.h
index 37ee5edd..291e7a15 100644
--- a/hcid/agent.h
+++ b/hcid/agent.h
@@ -44,20 +44,20 @@ int agent_destroy(struct agent *agent, gboolean exited);
int agent_authorize(struct agent *agent, const char *path,
const char *uuid, agent_cb cb, void *user_data);
-int agent_request_pincode(struct agent *agent, struct device *device,
+int agent_request_pincode(struct agent *agent, struct btd_device *device,
agent_pincode_cb cb, void *user_data);
int agent_confirm_mode_change(struct agent *agent, const char *new_mode,
agent_cb cb, void *user_data);
-int agent_request_passkey(struct agent *agent, struct device *device,
+int agent_request_passkey(struct agent *agent, struct btd_device *device,
agent_passkey_cb cb, void *user_data);
-int agent_request_confirmation(struct agent *agent, struct device *device,
+int agent_request_confirmation(struct agent *agent, struct btd_device *device,
uint32_t passkey, agent_cb cb,
void *user_data);
-int agent_display_passkey(struct agent *agent, struct device *device,
+int agent_display_passkey(struct agent *agent, struct btd_device *device,
uint32_t passkey);
int agent_cancel(struct agent *agent);