Diff between ece3234da6bbb52e58b09f652072c851b7cb1ae5 and 7125410781ac8b2c0706efa9712846e6ce5b4804
Changed Files
| File | Additions | Deletions | Status |
| attrib/utils.c | +1 | -1 | modified |
Full Patch
diff --git a/attrib/utils.c b/attrib/utils.c
index 92bba09..f809b1f 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);