Hi,
I'm creating a new service based on the heart rate monitor example, but I'm having some trouble with it.
I implemented my own service, keeping it as similar to the battery service as possible. The goal was just to monitor the state of a button. Everything compiles and runs, and all of the original services from the heart rate monitor example still work. Unfortunately, I don't see my new service on the client (I'm connecting using an Android smartphone).
The service init and characteristic add functions get called properly, and they return NRF_SUCCESS.
I'm attaching a file that shows most of how I'm doing my service init, char add, and the service initalization in main.c.
Thanks for any help you can give.