Hi,
I trying to use higher MTU size for my application and i have followed the att mtu throughput example. it is working fine upto 50 bytes packet size but when i try to increase it beyond 50 my last characteristic is not showing up. does this a memory issue or result of a bad programming ? also if i increase the mtu size to 247, all 3 characteristics of a service is missing
My application has the following services,
generic acces, generic att, secure DFU, device information(with 3 chara), battery service(2 chara), heart rate service, and 3 custom service with a total of 7 characteristics.
my application size is around 107 kb,

and it has a dfu bootloader and s132 softdevice.
i have also observed that if i remove one more service, i can increase the MTU size a bit more?
has anybody faced similar issues ?