From e11fd0a8c80d094db2764eff685aa1185c56265d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 6 Aug 2008 04:41:20 +0200 Subject: Remove L2CAP and RFCOMM timeout constants --- include/l2cap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/l2cap.h') diff --git a/include/l2cap.h b/include/l2cap.h index d54e74d2..0c22d48b 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -36,8 +36,6 @@ extern "C" { #define L2CAP_DEFAULT_MTU 672 #define L2CAP_DEFAULT_FLUSH_TO 0xFFFF -#define L2CAP_CONN_TIMEOUT (HZ * 40) - /* L2CAP socket address */ struct sockaddr_l2 { sa_family_t l2_family; -- cgit