patch-2.4.27 linux-2.4.27/include/net/bluetooth/l2cap.h

Next file: linux-2.4.27/include/net/sctp/command.h
Previous file: linux-2.4.27/include/net/bluetooth/hci.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/include/net/bluetooth/l2cap.h linux-2.4.27/include/net/bluetooth/l2cap.h
@@ -190,6 +190,14 @@
 } __attribute__ ((packed))	l2cap_info_rsp;
 #define L2CAP_INFO_RSP_SIZE	4
 
+/* 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;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)