Bluetooth Advertising incl. service class

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
image

And this is with mongoose.
image

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.

Hasn’t been a mongoose OS release in a while, not sure you’ll get much support on that.

That being said I guess you could fork the lib and try yourself? Might be hard without any C experience though.