Is there any way of instructing the BDS plug-in which optional characteristics to include in code generation for adopted services without converting to a custom service?
For example if I have the adopted DIS service in my project but don't want to generate characteristics for PnP ID or IEEE-20601 Regulatory Certification Data List characteristics (which are optional), how would I do that without changing the service definition in BDS which would cause it to change to a custom service (with a different UUID) instead of the adopted service UUID.
Short of manually hacking the generated code, any ideas?