In the source files of standard/adopted services, there's a comment stating:
/* Attention!
* To maintain compliance with Nordic Semiconductor ASA's Bluetooth profile
* qualification listings, this section of source code must not be modified.
*/
If one wants to use one of these services and initialize it as a secondary service instead of a primary service, does that interfere with the qualification?
What's the best way to re-use one of these services as a secondary service? I assume modifying the original files for these services would not be a good idea(?)