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

"Length of data to send exceeds MTU" message on nrfConnect

When I do a DFU on my device (nrf52832 with Zephyr) using nrfConnect, the update is successful, but I get a message in the log stating "Length of data to send exceeds MTU".

I tried Googling about this but found nothing.  Is this something I should be concerned about for production?

Parents Reply
  • Hi Simon.  Yes I know about the confirmation procedure.  My concern is about the message that says, “Length of data to send exceeds MTU”.  Sounds like there is something I should change.

    Here are my prj.conf settings:

    # Allow for large Bluetooth data packets.
    CONFIG_BT_L2CAP_TX_MTU=252
    CONFIG_BT_L2CAP_RX_MTU=252
    CONFIG_BT_RX_BUF_LEN=260

    I copied them from the ncs\v1.4.1\zephyr\samples\subsys\mgmt\mcumgr\smp_svr sample project.

Children
Related