summaryrefslogtreecommitdiffstats
path: root/include/rfcomm.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-06 04:41:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-06 04:41:20 +0200
commite11fd0a8c80d094db2764eff685aa1185c56265d (patch)
treef409d242ebae7e6dd39b20537e8a41fa7b8e3bc1 /include/rfcomm.h
parent797d12ba17e52f8001fb8c149e3ad83bac4d69a7 (diff)
Remove L2CAP and RFCOMM timeout constants
Diffstat (limited to 'include/rfcomm.h')
-rw-r--r--include/rfcomm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/rfcomm.h b/include/rfcomm.h
index 5c4751ea..5e8a50ca 100644
--- a/include/rfcomm.h
+++ b/include/rfcomm.h
@@ -36,9 +36,6 @@ extern "C" {
#define RFCOMM_PSM 3
-#define RFCOMM_CONN_TIMEOUT (HZ * 30)
-#define RFCOMM_DISC_TIMEOUT (HZ * 20)
-
/* RFCOMM socket address */
struct sockaddr_rc {
sa_family_t rc_family;