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

MTU size of nRF52832 as central

Hi, I'm testing nRF52832 central data rate. My SDK version is 14.0.0 and softdevice is 5.0.0. I want to send 200byte from nRF52832 peripheral to nRF52832 central in one packet. And, central device will connect to PC. For this test, i was change central's MTU size to 250, i got "sd_ble_enable() returned NRF_ERROR_NO_MEM" message. How do i change cetral mtu size?

Related