From 914617b58d2b68d1e3792a77fc5dd37f78d2037b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 31 Jul 2006 10:00:10 +0000 Subject: Remove kernel specific timeouts --- include/hci.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/hci.h b/include/hci.h index 329f2b3a..bccaf918 100644 --- a/include/hci.h +++ b/include/hci.h @@ -98,12 +98,6 @@ enum { #define HCIINQUIRY _IOR('H', 240, int) -/* HCI timeouts */ - -#define HCI_CONN_TIMEOUT (HZ * 40) -#define HCI_DISCONN_TIMEOUT (HZ * 2) -#define HCI_CONN_IDLE_TIMEOUT (HZ * 60) - #ifndef __NO_HCI_DEFS /* HCI Packet types */ -- cgit