Diff between f8619bef3406a2134082dc41c208105fe028c09f and 9b8871db95d02e87c39c3e6220f71965ec78ca62
Changed Files
| File | Additions | Deletions | Status |
| profiles/gatt/gas.c | +2 | -1 | modified |
Full Patch
diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c
index 74ca9ce..f873121 100644
--- a/profiles/gatt/gas.c
+++ b/profiles/gatt/gas.c
@@ -326,7 +326,8 @@ static void attio_connected_cb(GAttrib *attrib, gpointer user_data)
io = g_attrib_get_channel(attrib);
if (bt_io_get(io, &gerr, BT_IO_OPT_IMTU, &imtu,
- BT_IO_OPT_CID, &cid, BT_IO_OPT_INVALID)) {
+ BT_IO_OPT_CID, &cid, BT_IO_OPT_INVALID) &&
+ cid == ATT_CID) {
gatt_exchange_mtu(gas->attrib, imtu, exchange_mtu_cb, gas);
gas->mtu = imtu;
DBG("MTU Exchange: Requesting %d", imtu);