diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-05-28 23:59:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-05-28 23:59:55 +0000 |
commit | 742d032d41631219ddbd39f39b7c70419064acc1 (patch) | |
tree | 8407d2c8bcfb7472b518f7092273e201d08ea247 | |
parent | c12c507c9a494cd70e82b01c9856d92ebf36f165 (diff) |
Add definition of LM_RELIABLE flag
-rw-r--r-- | include/hci.h | 1 | ||||
-rw-r--r-- | include/l2cap.h | 1 |
2 files changed, 2 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 */ diff --git a/include/l2cap.h b/include/l2cap.h index 25178401..dec00efc 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -64,6 +64,7 @@ struct l2cap_conninfo { #define L2CAP_LM_AUTH 0x0002 #define L2CAP_LM_ENCRYPT 0x0004 #define L2CAP_LM_TRUSTED 0x0008 +#define L2CAP_LM_RELIABLE 0x0010 #define L2CAP_QOS 0x04 struct l2cap_qos { |