I'm advertising a custom 128bit UUID for my service.
when I added the buttonless DFU service, the UUID in the advertisement packet got mixed, I ended up with the base uuid of the buttonless dfu service and the 16bit uuid of my service.
initializing my service first in services_init() fixes the issue.
how to fix this?
Thanks.