summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--attrib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/utils.c b/attrib/utils.c
index 92bba093a..f809b1f1a 100644
--- a/attrib/utils.c
+++ b/attrib/utils.c
@@ -101,7 +101,7 @@ GIOChannel *gatt_connect(const gchar *src, const gchar *dst,
BT_IO_OPT_SOURCE_BDADDR, &sba,
BT_IO_OPT_DEST_BDADDR, &dba,
BT_IO_OPT_PSM, psm,
- BT_IO_OPT_OMTU, mtu,
+ BT_IO_OPT_IMTU, mtu,
BT_IO_OPT_SEC_LEVEL, sec,
BT_IO_OPT_INVALID);