diff options
Diffstat (limited to 'include/l2cap.h')
-rw-r--r-- | include/l2cap.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |