Diff between 14569a33418a4c1dc07cca090b9336373d63a085 and e842ba66d2742d1c5f9445ed2d16475a8524985e
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +0 | -5 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 0dc8c86..97c0523 100644
--- a/src/device.c
+++ b/src/device.c
@@ -3975,11 +3975,6 @@ static void gatt_client_ready_cb(bool success, uint8_t att_ecode,
return;
}
- device->att_mtu = bt_att_get_mtu(device->att);
- g_attrib_set_mtu(device->attrib, device->att_mtu);
-
- DBG("MTU: %u", device->att_mtu);
-
register_gatt_services(device);
device_accept_gatt_profiles(device);