diff options
Diffstat (limited to 'include/net/bluetooth/l2cap.h')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index 0afde8d22b56..a1d8ec468ef3 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -351,6 +351,7 @@ struct l2cap_pinfo { | |||
351 | #define L2CAP_CONF_MAX_CONF_RSP 2 | 351 | #define L2CAP_CONF_MAX_CONF_RSP 2 |
352 | 352 | ||
353 | #define L2CAP_CONN_SAR_SDU 0x01 | 353 | #define L2CAP_CONN_SAR_SDU 0x01 |
354 | #define L2CAP_CONN_UNDER_REJ 0x02 | ||
354 | 355 | ||
355 | static inline int l2cap_tx_window_full(struct sock *sk) | 356 | static inline int l2cap_tx_window_full(struct sock *sk) |
356 | { | 357 | { |