Hi,
Using the central and peripheral uart samples I have found the following CMake error when trying to increase the MTU ATT to 1020 bytes.
The added lines to the prj.conf are:
CONFIG_BT_BUF_ACL_RX_SIZE=1024 CONFIG_BT_BUF_ACL_TX_SIZE=1024 CONFIG_BT_L2CAP_TX_MTU=1020 #CONFIG_BT_CTLR_DATA_LENGTH_MAX=1024
The CMake error as follows:
CMake Error at C:/v1.8.0/v1.8.0/zephyr/cmake/kconfig.cmake:270 (message): command failed with return code: 1
Any help?
Thanks