1CONFIG_BT=y 2CONFIG_BT_CENTRAL=y 3CONFIG_BT_GATT_CLIENT=y 4 5# Both BT_SMP and BT_SETTINGS options need to be enabled to trigger 6# code execution of the bt_gatt_identity_resolved function. 7CONFIG_BT_SMP=y 8CONFIG_BT_SETTINGS=y 9 10# Enabled the dependencies of the BT_SETTINGS option. 11CONFIG_FLASH=y 12CONFIG_FLASH_MAP=y 13CONFIG_NVS=y 14CONFIG_SETTINGS_NVS=y 15CONFIG_SETTINGS=y 16 17CONFIG_ASSERT=y 18CONFIG_BT_TESTING=y 19CONFIG_LOG=y 20 21CONFIG_BT_ID_MAX=3 22CONFIG_BT_MAX_PAIRED=2 23 24CONFIG_BT_MAX_CONN=2 25 26CONFIG_BT_PRIVACY=y 27