I was able to add the Device Information service as well as a proprietary service using a 128 bit UUID. I modeled after the ble_peripheral uart example. However when I try to add this service on top of the proprietary UART service in the ble_peripheral example, my board stops advertising. I tried several variants but still no luck. Is there an example that adds multiple proprietary services?
I am using 2.0.0-7.alpha (2015-12-18). I tried to update but was unsuccessful. I got the following message:
I also tried to add the UUID for the UART using the example code. Same problem!
I am attaching a file with the relevant code.