summaryrefslogtreecommitdiffstats
path: root/hcid/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/plugin.h')
-rw-r--r--hcid/plugin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hcid/plugin.h b/hcid/plugin.h
index 9248aab6..09f617e2 100644
--- a/hcid/plugin.h
+++ b/hcid/plugin.h
@@ -31,3 +31,9 @@ struct bluetooth_plugin_desc {
struct bluetooth_plugin_desc bluetooth_plugin_desc = { \
name, init, exit \
};
+
+
+typedef void (*plugin_auth_cb) (DBusError *derr, void *user_data);
+int plugin_req_auth(bdaddr_t *src, bdaddr_t *dst,
+ const char *uuid, plugin_auth_cb cb, void *user_data);
+int plugin_cancel_auth(bdaddr_t *src);