summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Guedes <andre.guedes@openbossa.org>2012-06-06 21:41:01 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-06-07 04:27:39 +0300
commitece3234da6bbb52e58b09f652072c851b7cb1ae5 (patch)
tree5cfe896cfa4700923d7a29f3e82ef13e94b3d5e4
parent5d1f47f1b48c68477f8830e83293afef05142629 (diff)
downloadbluez-ece3234da6bbb52e58b09f652072c851b7cb1ae5.tar.gz
Remove omtu parameter from LE bt_io_connect calls
There is no need to set the omtu of L2CAP ATT fixed channel. We use the default value.
-rw-r--r--attrib/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/attrib/utils.c b/attrib/utils.c
index c951f4418..92bba093a 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -94,7 +94,6 @@ GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
BT_IO_OPT_DEST_BDADDR, &dba,
BT_IO_OPT_DEST_TYPE, dest_type,
BT_IO_OPT_CID, ATT_CID,
- BT_IO_OPT_OMTU, mtu,
BT_IO_OPT_SEC_LEVEL, sec,
BT_IO_OPT_INVALID);
else