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

MTU size

https://devzone.nordicsemi.com/f/nordic-q-a/29255/mtu-size-of-nrf52832-as-central has the answer of how to change MTU size. Could you please provide more details with the actual numbers for some given example how to increase MTU with ALL necessary actions for Keil and defines to be updated.

Thanks.

Top Replies

Parents Reply
  • Thank you for the fast response. I didn't find any example using this feature. For the ble_app_uart peripheral should I add for the ble_evt_handle the case BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST? Of course, I will need to modify the central part whenever I'll be working on that part. 

    Could you please provide the example for  sd_ble_cfg_set() for both peripheral and central ble_app_uart?

    Are those all the changes I need to do to change the MTU size?

    Thanks.

Children
Related