summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-07-09 03:06:40 -0700
committerDavid S. Miller <davem@nuts.davemloft.net>2004-07-09 03:06:40 -0700
commit04bb22c21f845e79e8f5753662810d9d4beb95d6 (patch)
treed828f5a375a8f1b90b502f6ca50ddd5e38cb917a /include
parent0b93fdcf1ded695aeb25c3df7987c7649acab4ad (diff)
parent1d0381575c890c7775e1b4ae16af2edbe901c950 (diff)
Merge http://linux-mh.bkbits.net/bluetooth-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include')
-rw-r--r--include/net/bluetooth/l2cap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index d420305ff256..bcbf4411bf69 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -176,6 +176,14 @@ struct l2cap_info_rsp {
__u8 data[0];
} __attribute__ ((packed));
+/* info type */
+#define L2CAP_IT_CL_MTU 0x0001
+#define L2CAP_IT_FEAT_MASK 0x0002
+
+/* info result */
+#define L2CAP_IR_SUCCESS 0x0000
+#define L2CAP_IR_NOTSUPP 0x0001
+
/* ----- L2CAP connections ----- */
struct l2cap_chan_list {
struct sock *head;