Dear Nordic,
We use CONFIG_BT_CTLR_DATA_LENGTH_MAX definition set to 251 in our project to be able to send large data packets. Still, when migrating to nCS 1.6.1, we've received the warning / error message that this parameter must be in [27; 69] range. It was OK on previious versions of nCS. What's going wrong here?
## Bluetooth settings#CONFIG_BT=yCONFIG_BT_PERIPHERAL=yCONFIG_BT_DEVICE_NAME="VND"CONFIG_BT_SMP=yCONFIG_BT_SMP_APP_PAIRING_ACCEPT=y# CONFIG_BT_SIGNING is not setCONFIG_BT_TINYCRYPT_ECC=yCONFIG_BT_PRIVACY=yCONFIG_BT_PHY_UPDATE=yCONFIG_BT_DATA_LEN_UPDATE=yCONFIG_BT_CTLR_DATA_LENGTH_MAX=69CONFIG_BT_L2CAP_TX_MTU=247# it's necessary to use fixed passkey with WIN10 (or have a path to send random passkey to user)CONFIG_BT_FIXED_PASSKEY=y