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

How to not reset ble_app_uart when over MTU_SIZE

Hi All,

The MTU_SIZE of ble_app_uart is set to 64-byte. When write data over this, let's say 80-byte, the program will be reset. I don't want to increase the MUT_SIZE to 80-byte, and I just want the SDK not reset in this case. Is there anyone could tell me how to change the code?

Thank you!

Victor

Related