summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-06-05 11:50:35 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-06-05 11:50:35 +0000
commit94f7643c52193c905edaff767c2e9a31b9102a73 (patch)
treea180e64bba234feecf4496c5a7246dd35bbc264d /hcid/dbus-hci.h
parent41e8f6dc730096d303b71175adc508a66126ea06 (diff)
Add support for fetching IO capability from an agent
Diffstat (limited to 'hcid/dbus-hci.h')
-rw-r--r--hcid/dbus-hci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h
index 5b8c89e3..671c5f1a 100644
--- a/hcid/dbus-hci.h
+++ b/hcid/dbus-hci.h
@@ -47,6 +47,8 @@ void hcid_dbus_setscan_enable_complete(bdaddr_t *local);
void hcid_dbus_write_class_complete(bdaddr_t *local);
void hcid_dbus_write_simple_pairing_mode_complete(bdaddr_t *local);
void hcid_dbus_pin_code_reply(bdaddr_t *local, void *ptr);
+int hcid_dbus_get_io_cap(bdaddr_t *local, bdaddr_t *remote, uint8_t *cap,
+ uint8_t *auth);
int unregister_adapter_path(const char *path);