STM32WB55 max MTU value
Hello,
We successfully using 247 as MTU values in our STM32WB55 system.
We did try to use 512 CFG_BLE_MAX_ATT_MTU as max MTU value noted in SHCI_C2_BLE_Init() - (517 according to BLE5 spec)
The connection and mtu negotiation is working successful (512 bytes), however, we could not transfer any actual data.
But then, we noticed that TL layer explicitly limits all traffic to 255 bytes (CFG_TLBLE_MOST_EVENT_PAYLOAD_SIZE & HCI_COMMAND_MAX_PARAM_LEN)
So, the question is: what's the actual maximal MTU value supported?
If 512, how should it work with IPC packet limitation?
If 247, any future plan to support larger MTUs? (tested on v1.10 full FW)
Thanks in advance