1CONFIG_BT=y 2CONFIG_BT_CENTRAL=y 3CONFIG_BT_PERIPHERAL=y 4CONFIG_BT_DEVICE_NAME="L2CAP credits test" 5 6CONFIG_BT_EATT=n 7CONFIG_BT_L2CAP_ECRED=n 8 9CONFIG_BT_SMP=y # Next config depends on it 10CONFIG_BT_L2CAP_DYNAMIC_CHANNEL=y 11 12# Disable auto-initiated procedures so they don't 13# mess with the test's execution. 14CONFIG_BT_AUTO_PHY_UPDATE=n 15CONFIG_BT_AUTO_DATA_LEN_UPDATE=n 16CONFIG_BT_GAP_AUTO_UPDATE_CONN_PARAMS=n 17 18CONFIG_LOG=y 19CONFIG_ASSERT=y 20 21CONFIG_BT_L2CAP_SEG_RECV=y 22 23# Enable when the test fails 24# CONFIG_BT_L2CAP_LOG_LEVEL_DBG=y 25