summaryrefslogtreecommitdiffstats
path: root/include/hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hci.h')
-rw-r--r--include/hci.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/hci.h b/include/hci.h
index 6cc7e4bd..6cabc0b4 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -70,7 +70,9 @@ enum {
HCI_ENCRYPT,
HCI_INQUIRY,
- HCI_RAW
+ HCI_RAW,
+
+ HCI_SECMGR
};
/* HCI ioctl defines */
@@ -94,6 +96,8 @@ 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)
/* HCI timeouts */