aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/sco.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-07-11 06:19:44 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2014-07-11 13:58:58 +0300
commit068d69e5bbd85291aa8ad0d81062f047609a173c (patch)
tree2d8f07bf4b75d6806871bc23e1ccc0646d8056b3 /include/net/bluetooth/sco.h
parentBluetooth: Remove unused SCO_DEFAULT_FLUSH_TO constant (diff)
downloadlinux-dev-068d69e5bbd85291aa8ad0d81062f047609a173c.tar.xz
linux-dev-068d69e5bbd85291aa8ad0d81062f047609a173c.zip
Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c
There is no external user of the SCO timeout constants and thus move them into net/bluetooth/sco.c where they are actuallu used. In addition just remove SCO_CONN_IDLE_TIMEOUT since it is unused. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'include/net/bluetooth/sco.h')
-rw-r--r--include/net/bluetooth/sco.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/bluetooth/sco.h b/include/net/bluetooth/sco.h
index ab8b1ed550d2..f40ddb4264fc 100644
--- a/include/net/bluetooth/sco.h
+++ b/include/net/bluetooth/sco.h
@@ -28,10 +28,6 @@
/* SCO defaults */
#define SCO_DEFAULT_MTU 500
-#define SCO_CONN_TIMEOUT (HZ * 40)
-#define SCO_DISCONN_TIMEOUT (HZ * 2)
-#define SCO_CONN_IDLE_TIMEOUT (HZ * 60)
-
/* SCO socket address */
struct sockaddr_sco {
sa_family_t sco_family;