>From 7fdff17d92d6723de518e5c1bc39bd8fab981757 Mon Sep 17 00:00:00 2001 From: Fabien Chevalier Date: Sat, 13 Sep 2008 19:30:04 +0200 Subject: [PATCH] Add L2CAP_FORCE_ACTIVE_MODE constant --- include/l2cap.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/l2cap.h b/include/l2cap.h index 0c22d48..78ddcb4 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -66,6 +66,8 @@ struct l2cap_conninfo { #define L2CAP_LM_RELIABLE 0x0010 #define L2CAP_LM_SECURE 0x0020 +#define L2CAP_FORCE_ACTIVE_MODE 0x04 + /* L2CAP command codes */ #define L2CAP_COMMAND_REJ 0x01 #define L2CAP_CONN_REQ 0x02 -- 1.5.6.5