I just beginning to play with Keil and the basic kit, and finally managed to run the reporter_fh.
I wanted to disable the Discovery Service Server, so I commented out the declaration of CFG_PRF_DISS.
Then I had a compilation error in app_proxr_proj.c line 217:
#if (BLE_APP_PRESENT)
app_dis_enable_prf(app_env.conhdl);
#endif
the #if doesn't make sense here - the whole file is wrapped with "#if (BLE_APP_PRESENT)".
I guess it should be "#if (BLE_DIS_SERVER)".
P.S.
I want to develop a proprietary program for a module with the DA14580, with our own special purpose service and characteristics.
Would you say that reporter_fh is the right project to start from?

Hi Oren,
Thansk for pointing this out. We will take care of this.
定制的概要文件,the best way is to develop your own 128UUID characteristics and serivces.
There is a profile namly SPOTA included in the proximity application. That profile can be used as your reference.