From 7eca97cf8464cf1863a08e514c9ac7a8e0400f1c Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 12 Jun 2008 11:11:01 +0000 Subject: Don't use raw HCI for tracking authentication request status --- hcid/dbus-hci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hcid/dbus-hci.h') diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h index 87aa8a46..9f53957a 100644 --- a/hcid/dbus-hci.h +++ b/hcid/dbus-hci.h @@ -52,7 +52,6 @@ void hcid_dbus_setname_complete(bdaddr_t *local); 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 hcid_dbus_set_io_cap(bdaddr_t *local, bdaddr_t *remote, -- cgit