diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-11-08 20:59:14 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-08 20:59:14 +0100 |
commit | 9270fd61a3b3efecb06d77f71efec6fb7daccb25 (patch) | |
tree | fa8c681c4599b10a4aa6ef096eb9447b46e223ec /include | |
parent | mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting (diff) | |
parent | Bluetooth: Add support for Broadcom BCM20702A0 (diff) | |
download | linux-9270fd61a3b3efecb06d77f71efec6fb7daccb25.tar.xz linux-9270fd61a3b3efecb06d77f71efec6fb7daccb25.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index ab90ae0970a6..6cc18f371675 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h @@ -39,8 +39,11 @@ #define L2CAP_DEFAULT_ACK_TO 200 #define L2CAP_LE_DEFAULT_MTU 23 -#define L2CAP_CONN_TIMEOUT (40000) /* 40 seconds */ -#define L2CAP_INFO_TIMEOUT (4000) /* 4 seconds */ +#define L2CAP_DISC_TIMEOUT (100) +#define L2CAP_DISC_REJ_TIMEOUT (5000) /* 5 seconds */ +#define L2CAP_ENC_TIMEOUT (5000) /* 5 seconds */ +#define L2CAP_CONN_TIMEOUT (40000) /* 40 seconds */ +#define L2CAP_INFO_TIMEOUT (4000) /* 4 seconds */ /* L2CAP socket address */ struct sockaddr_l2 { |