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