aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/bluetooth/l2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 2cf7003cb1b6..59b26bf10f30 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -54,6 +54,7 @@ struct l2cap_options {
54 __u16 imtu; 54 __u16 imtu;
55 __u16 flush_to; 55 __u16 flush_to;
56 __u8 mode; 56 __u8 mode;
57 __u8 fcs;
57}; 58};
58 59
59#define L2CAP_CONNINFO 0x02 60#define L2CAP_CONNINFO 0x02
@@ -348,6 +349,7 @@ struct l2cap_pinfo {
348#define L2CAP_CONF_MTU_DONE 0x08 349#define L2CAP_CONF_MTU_DONE 0x08
349#define L2CAP_CONF_MODE_DONE 0x10 350#define L2CAP_CONF_MODE_DONE 0x10
350#define L2CAP_CONF_CONNECT_PEND 0x20 351#define L2CAP_CONF_CONNECT_PEND 0x20
352#define L2CAP_CONF_NO_FCS_RECV 0x40
351#define L2CAP_CONF_STATE2_DEVICE 0x80 353#define L2CAP_CONF_STATE2_DEVICE 0x80
352 354
353#define L2CAP_CONF_MAX_CONF_REQ 2 355#define L2CAP_CONF_MAX_CONF_REQ 2