summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-06 04:33:14 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-06 04:33:14 +0200
commite54f7d3c080bf7dcac82887203a8195968053bbc (patch)
tree7a2340b10b5fec43755ec7220dfcf9480a4d195e /include
parent00255d4391f5c87957cdde4c94d0eac64bb66588 (diff)
Remove unused HCI definitions
Diffstat (limited to 'include')
-rw-r--r--include/hci.h19
1 files changed, 0 insertions, 19 deletions
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