CONFIG_BT=y CONFIG_BT_CENTRAL=y CONFIG_BT_GATT_CLIENT=y # Both BT_SMP and BT_SETTINGS options need to be enabled to trigger # code execution of the bt_gatt_identity_resolved function. CONFIG_BT_SMP=y CONFIG_BT_SETTINGS=y # Enabled the dependencies of the BT_SETTINGS option. CONFIG_FLASH=y CONFIG_FLASH_MAP=y CONFIG_NVS=y CONFIG_SETTINGS_NVS=y CONFIG_SETTINGS=y CONFIG_ASSERT=y CONFIG_BT_TESTING=y CONFIG_LOG=y CONFIG_BT_ID_MAX=3 CONFIG_BT_MAX_PAIRED=2 CONFIG_BT_MAX_CONN=2 CONFIG_BT_PRIVACY=y