summaryrefslogtreecommitdiffstats
path: root/include/hci.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-05-28 23:59:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-05-28 23:59:55 +0000
commit742d032d41631219ddbd39f39b7c70419064acc1 (patch)
tree8407d2c8bcfb7472b518f7092273e201d08ea247 /include/hci.h
parentc12c507c9a494cd70e82b01c9856d92ebf36f165 (diff)
Add definition of LM_RELIABLE flag
Diffstat (limited to 'include/hci.h')
-rw-r--r--include/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hci.h b/include/hci.h
index 531d4e1d..e96eee9e 100644
--- a/include/hci.h
+++ b/include/hci.h
@@ -213,6 +213,7 @@ enum {
#define HCI_LM_AUTH 0x0002
#define HCI_LM_ENCRYPT 0x0004
#define HCI_LM_TRUSTED 0x0008
+#define HCI_LM_RELIABLE 0x0010
/* ----- HCI Commands ----- */
/* OGF & OCF values */