From e54f7d3c080bf7dcac82887203a8195968053bbc Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Aug 2008 04:33:14 +0200 Subject: Remove unused HCI definitions --- include/hci.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index 499f1bdd..1fb24359 100644 --- a/include/hci.h +++ b/include/hci.h @@ -69,8 +69,6 @@ enum { HCI_INQUIRY, HCI_RAW, - - HCI_SECMGR }; /* HCI ioctl defines */ @@ -95,8 +93,6 @@ enum { #define HCISETACLMTU _IOW('H', 227, int) #define HCISETSCOMTU _IOW('H', 228, int) -#define HCISETSECMGR _IOW('H', 230, int) - #define HCIINQUIRY _IOR('H', 240, int) #ifndef __NO_HCI_DEFS @@ -1666,14 +1662,6 @@ typedef struct { } __attribute__ ((packed)) evt_si_device; #define EVT_SI_DEVICE_SIZE 4 -#define EVT_SI_SECURITY 0x02 -typedef struct { - uint16_t event; - uint16_t proto; - uint16_t subproto; - uint8_t incoming; -} __attribute__ ((packed)) evt_si_security; - /* -------- HCI Packet structures -------- */ #define HCI_TYPE_LEN 1 @@ -1828,13 +1816,6 @@ struct hci_inquiry_req { }; #define IREQ_CACHE_FLUSH 0x0001 -struct hci_remotename_req { - uint16_t dev_id; - uint16_t flags; - bdaddr_t bdaddr; - uint8_t name[248]; -}; - #ifdef __cplusplus } #endif -- cgit