summaryrefslogtreecommitdiffstats
path: root/include/sco.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-07-03 00:06:26 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-07-03 00:06:26 +0000
commitb45841191f6ab4cc55ccd040a5530c2d08c6ddc6 (patch)
treef6b61a456c80bbe481e40b2334991fccb2d7943a /include/sco.h
parent630afac09ee16b0e398b2ab87beba55dec8d7f89 (diff)
Cleanup
Diffstat (limited to 'include/sco.h')
-rw-r--r--include/sco.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sco.h b/include/sco.h
index c02bd7ae..d8bc54b6 100644
--- a/include/sco.h
+++ b/include/sco.h
@@ -34,10 +34,10 @@ extern "C" {
#endif
/* SCO defaults */
-#define SCO_DEFAULT_MTU 500
+#define SCO_DEFAULT_MTU 500
#define SCO_DEFAULT_FLUSH_TO 0xFFFF
-#define SCO_CONN_TIMEOUT (HZ * 40)
+#define SCO_CONN_TIMEOUT (HZ * 40)
#define SCO_DISCONN_TIMEOUT (HZ * 2)
#define SCO_CONN_IDLE_TIMEOUT (HZ * 60)
@@ -48,12 +48,12 @@ struct sockaddr_sco {
};
/* set/get sockopt defines */
-#define SCO_OPTIONS 0x01
+#define SCO_OPTIONS 0x01
struct sco_options {
uint16_t mtu;
};
-#define SCO_CONNINFO 0x02
+#define SCO_CONNINFO 0x02
struct sco_conninfo {
uint16_t hci_handle;
};