I am using the nRF7002-DK to implement a BLE interface. I need to send packets > 23 bytes through a notification characteristic. I am currently using nRF Connect on an android device to connect to it
In my prj.conf file I have the following:
One thought that I had is that I am only flashing the app cpu. Do I need to re-flash the net cpu in order to change the max MTU? If so, is there a sample application for it? The documentation isn't clear on this.