From 6be25e8bc36656d6fd8ba61c8552f9596043eca6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 9 Jun 2008 16:29:21 +0000 Subject: Detect Simple Pairing support and enable it --- hcid/dbus-hci.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hcid/dbus-hci.c') diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index f57d65bc..01a37455 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -2469,14 +2469,6 @@ void hcid_dbus_pin_code_reply(bdaddr_t *local, void *ptr) } } -#ifndef HCIGETAUTHINFO -#define HCIGETAUTHINFO _IOR('H', 215, int) -struct hci_auth_info_req { - bdaddr_t bdaddr; - uint8_t type; -}; -#endif - static uint8_t get_auth_type(bdaddr_t *local, bdaddr_t *remote) { struct hci_auth_info_req req; -- cgit