I was trying to develop a new application project, and I noticed that the application profile ID ( exp. GenericAPP_PROFILE_ID=0x0F04, and SimpleApp_PROFILE_ID=0x0F10) varies from one application to another( in xxxApp.h ). According to the Z-stack API Developer's Guide, any application profile IDs should be acquired from Zigbee Alliance. What I could find in the current document is the STACK PROFILE ID defined in nwk_global.h.
However, is it possible to avoid this step and simply to make a random Profile IDs by user himself/herself?
If not , where/ How could I find the references/tables for all Application Profile IDs?
Thanks in advance!