This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Does SoftDevice S130 V.2 have limitation in L2CAP_MTU size by 23 bytes?

Hello,

I want to clarify one thing related to the limitaion in SoftDevice S130 V.1 of L2CAP_MTU size by 23 bytes. Is any way to extended it?

Because I see that changes BLE_L2CAP_MTU_DEF higher than 23 follows that sd_ble_l2cap_tx() function returns NRF_ERROR_NO_MEM error.

Does it mean Softdevice version 1 for nRF51 (in my case nRF51822) does not support it at all?

And the main question: If I switch my project to the newest SoftDevice version 2 will it help to have L2CAP_MTU size more than 23 bytes? Does it support already?

Thanks!

Related