aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-03-30 15:53:28 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2010-04-28 18:47:35 +0300
commitd006c7abe44a7d35a2c464617eaf0355dd337b0f (patch)
treed4925afcb116c84ca52a460db7622cb0c8d58cc9 /lib
parenta43d90eeb9522da483892d60bfc1054c02756fd4 (diff)
downloadbluez-d006c7abe44a7d35a2c464617eaf0355dd337b0f.tar.gz
Add txWindow and MaxTt to l2cap_options
Diffstat (limited to 'lib')
-rw-r--r--lib/l2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l2cap.h b/lib/l2cap.h
index 648615d5..e59cfdd7 100644
--- a/lib/l2cap.h
+++ b/lib/l2cap.h
@@ -52,6 +52,8 @@ struct l2cap_options {
uint16_t flush_to;
uint8_t mode;
uint8_t fcs;
+ uint8_t max_tx;
+ uint16_t txwin_size;
};
#define L2CAP_CONNINFO 0x02