Hi,
Based on peripheral uart sample code on nRFConnect SDK 1.8, I'm developing a custom BLE application
under nRF5340 using VSCODE though nrfConnect extension.
In order to accelerate the data throughput, I'm trying to change the maximum throughput
by setting CONFIG_BT_CTLR_DATA_LENGTH_MAX to 251 on prj.conf and set the desired data length through bt_conn_le_data_len_update API.
Based on the Throughput example, I realized that CONFIG_BT_CTLR_DATA_LENGTH_MAX params are associated to the network core of nRF53 so it should not be set on the project configuration file of the application core.
So :
- How can I include CONFIG_BT_CTLR_DATA_LENGTH_MAX in the network core?
- I want to know if connections interval, PHY and MTU Should be associated with the network core?
- is there any way to change MTU on runtime instead of using menuconfig?
Best regards,
Mehdi.