[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes)

Just tried with MTU = 192:
At serial monitor I am still receiving that limitation for 23bytes.

From ESP32:
BLEDevice::setMTU(192);
From app:


Am I wright?