I want to advertise a service but also add the service to its broadcastet service classes. I have an implementation with toit where I can add the service to that option of the advertisement of this service. I can not find this option with mongoose os but I need it to make it easier for the client to find that device.
This is how this looks like with toit
And this is with mongoose.
How can I add my service to that complete list of services so it becomes visible in the scan?
I found this open merge request which basically adds this functionallity to Mongoose OS. Is there a way to get this into Monmgoos OS? I looked at it with the latest master but the code changed entirly and I am not a C developer to resolve the merge conflicts.