diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2003-07-03 00:06:26 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2003-07-03 00:06:26 +0000 |
commit | b45841191f6ab4cc55ccd040a5530c2d08c6ddc6 (patch) | |
tree | f6b61a456c80bbe481e40b2334991fccb2d7943a /include/l2cap.h | |
parent | 630afac09ee16b0e398b2ab87beba55dec8d7f89 (diff) |
Cleanup
Diffstat (limited to 'include/l2cap.h')
-rw-r--r-- | include/l2cap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/l2cap.h b/include/l2cap.h index dec00efc..a5110a24 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -34,7 +34,7 @@ extern "C" { #endif /* L2CAP defaults */ -#define L2CAP_DEFAULT_MTU 672 +#define L2CAP_DEFAULT_MTU 672 #define L2CAP_DEFAULT_FLUSH_TO 0xFFFF #define L2CAP_CONN_TIMEOUT (HZ * 40) @@ -54,7 +54,7 @@ struct l2cap_options { uint16_t flush_to; }; -#define L2CAP_CONNINFO 0x02 +#define L2CAP_CONNINFO 0x02 struct l2cap_conninfo { uint16_t hci_handle; }; |